Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DModernMediaScannerTest.java402 private static void assertShouldScanDirectory(File file) { in assertShouldScanDirectory() method in ModernMediaScannerTest
418 assertShouldScanDirectory(new File(prefix)); in testShouldScanDirectory()
419 assertShouldScanDirectory(new File(prefix + "/meow")); in testShouldScanDirectory()
420 assertShouldScanDirectory(new File(prefix + "/Android")); in testShouldScanDirectory()
421 assertShouldScanDirectory(new File(prefix + "/Android/meow")); in testShouldScanDirectory()
422 assertShouldScanDirectory(new File(prefix + "/Android/sandbox")); in testShouldScanDirectory()
423 assertShouldScanDirectory(new File(prefix + "/Android/sandbox/meow")); in testShouldScanDirectory()
424 assertShouldScanDirectory(new File(prefix + "/.meow")); in testShouldScanDirectory()
433 assertShouldScanDirectory(new File(prefix + "/DCIM/.thumbnails")); in testShouldScanDirectory()