Searched refs:isInterestingFile (Results 1 – 2 of 2) sorted by relevance
1008 if (f.isFile() && isInterestingFile(f)) { in classifyExternalStorageDirectory()1037 if (isInterestingFile(f)) return true; in hasInterestingFiles()1044 private static boolean isInterestingFile(File file) { in isInterestingFile() method in Environment
35921 Landroid/os/Environment;->isInterestingFile(Ljava/io/File;)Z