Searched refs:shouldIgnoreRoot (Results 1 – 5 of 5) sorted by relevance
79 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()
90 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()
69 protected boolean shouldIgnoreRoot(RootInfo root) { in shouldIgnoreRoot() method in GlobalSearchLoader
80 protected boolean shouldIgnoreRoot(RootInfo root) { in shouldIgnoreRoot() method in RecentsLoader
268 if (root.authority == null || shouldIgnoreRoot(root) in indexRoots()290 protected boolean shouldIgnoreRoot(RootInfo root) { in shouldIgnoreRoot() method in MultiRootDocumentsLoader