Home
last modified time | relevance | path

Searched refs:actualFileType (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java402 String actualFileType = data.nextElement().toString(); in checkFileType() local
404 found = found || currentFileType.equals(actualFileType); in checkFileType()