Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DGlobalSearchLoaderTest.java90 assertTrue(mLoader.shouldIgnoreRoot(TestProvidersAccess.PICKLES)); in testNotSearchableRoot_beIgnored()
97 assertTrue(mLoader.shouldIgnoreRoot(TestProvidersAccess.PICKLES)); in testNotLocalOnlyRoot_beIgnored()
104 assertTrue(mLoader.shouldIgnoreRoot(TestProvidersAccess.HOME)); in testShowAdvance_storageRoot_beIgnored()
113 assertThat(mLoader.shouldIgnoreRoot(TestProvidersAccess.DOWNLOADS)).isTrue(); in testCrossProfileRoot_notInTextSearch_beIgnored()
121 assertThat(mLoader.shouldIgnoreRoot(TestProvidersAccess.DOWNLOADS)).isFalse(); in testCrossProfileRoot_inTextSearch_beIncluded()
DRecentsLoaderTests.java79 assertTrue(mLoader.shouldIgnoreRoot(TestProvidersAccess.PICKLES)); in testNotLocalOnlyRoot_beIgnored()
84 assertFalse(mLoader.shouldIgnoreRoot(TestProvidersAccess.DOWNLOADS)); in testLocalOnlyRoot_supportRecent_notIgnored()
89 assertTrue(mLoader.shouldIgnoreRoot(TestProvidersAccess.OtherUser.DOWNLOADS)); in testLocalOnlyRoot_supportRecent_differentUser_beIgnored()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMultiRootDocumentsLoader.java254 if (root.authority == null || shouldIgnoreRoot(root) in indexRoots()
276 protected boolean shouldIgnoreRoot(RootInfo root) { in shouldIgnoreRoot() method in MultiRootDocumentsLoader
DGlobalSearchLoader.java69 protected boolean shouldIgnoreRoot(RootInfo root) { in shouldIgnoreRoot() method in GlobalSearchLoader
DRecentsLoader.java80 protected boolean shouldIgnoreRoot(RootInfo root) { in shouldIgnoreRoot() method in RecentsLoader