Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DEnvironment.java932 if (f.isFile() && isInterestingFile(f)) { in classifyExternalStorageDirectory()
961 if (isInterestingFile(f)) return true; in hasInterestingFiles()
968 private static boolean isInterestingFile(File file) { in isInterestingFile() method in Environment
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39244 Landroid/os/Environment;->isInterestingFile(Ljava/io/File;)Z