Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/
H A DProvidersAccessTest.java83 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_Everything()
90 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_PngOrWild()
97 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_AudioWild()
104 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_AudioWildOrImageWild()
111 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_AudioSpecific()
118 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_Document()
125 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_Application()
132 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_FlacOrPng()
140 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_FlacOrPng_crossProfile()
188 ProvidersAccess.getMatchingRoots(roots, mState)); in testExcludedAuthorities()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DProvidersAccess.java68 public static List<RootInfo> getMatchingRoots(Collection<RootInfo> roots, State state) { in getMatchingRoots() method
151 for (RootInfo root : ProvidersAccess.getMatchingRoots(roots, state)) { in getDefaultRoot()
H A DProvidersCache.java455 return ProvidersAccess.getMatchingRoots(mRoots.values(), state);
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestProvidersAccess.java277 return ProvidersAccess.getMatchingRoots(allRoots, state); in getMatchingRootsBlocking()