Searched refs:shouldScanPathAndIsPathHidden (Results 1 – 2 of 2) sorted by relevance
36 import static com.android.providers.media.scan.ModernMediaScanner.shouldScanPathAndIsPathHidden;392 Pair<Boolean, Boolean> actual = shouldScanPathAndIsPathHidden(dir); in assertShouldScanPathAndIsPathHidden()
454 shouldScanPathAndIsPathHidden(mSingleFile ? mRoot.getParentFile() : mRoot); in walkFileTree()1686 static Pair<Boolean, Boolean> shouldScanPathAndIsPathHidden(@NonNull File dir) { in shouldScanPathAndIsPathHidden() method in ModernMediaScanner