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;683 for (int i = 0 ; i < (MAX_EXCLUDE_DIRS + 50) ; i++) { in testScan_MaxExcludeNomediaDirs_DoesNotThrowException()
183 static final int MAX_EXCLUDE_DIRS = 450; field in ModernMediaScanner730 if (mExcludeDirs.size() <= MAX_EXCLUDE_DIRS) { in preVisitDirectory()