Searched refs:MAX_EXCLUDE_DIRS (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.providers.media.scan.ModernMediaScanner.MAX_EXCLUDE_DIRS;685 for (int i = 0 ; i < (MAX_EXCLUDE_DIRS + 50) ; i++) { in testScan_MaxExcludeNomediaDirs_DoesNotThrowException()
176 static final int MAX_EXCLUDE_DIRS = 450; field in ModernMediaScanner677 if (mExcludeDirs.size() <= MAX_EXCLUDE_DIRS) { in preVisitDirectory()