Searched refs:isInterestingFile (Results 1 – 1 of 1) sorted by relevance
876 if (f.isFile() && isInterestingFile(f)) { in classifyExternalStorageDirectory()904 if (isInterestingFile(f)) return true; in hasInterestingFiles()911 private static boolean isInterestingFile(File file) { in isInterestingFile() method in Environment