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