Searched refs:shouldScanPathAndIsPathHidden (Results 1 – 2 of 2) sorted by relevance
36 import static com.android.providers.media.scan.ModernMediaScanner.shouldScanPathAndIsPathHidden;387 assertEquals(Pair.create(isScannable, isHidden), shouldScanPathAndIsPathHidden(dir)); in assertShouldScanPathAndIsPathHidden()
426 shouldScanPathAndIsPathHidden(mSingleFile ? mRoot.getParentFile() : mRoot); in walkFileTree()1656 static Pair<Boolean, Boolean> shouldScanPathAndIsPathHidden(@NonNull File dir) { in shouldScanPathAndIsPathHidden() method in ModernMediaScanner