Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/
DProvidersAccessTest.java91 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_Everything()
98 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_PngOrWild()
105 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_AudioWild()
112 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_AudioWildOrImageWild()
119 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_AudioSpecific()
126 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_Document()
133 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_Application()
140 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_FlacOrPng()
148 ProvidersAccess.getMatchingRoots(mRoots, mState)); in testMatchingRoots_FlacOrPng_crossProfile()
196 ProvidersAccess.getMatchingRoots(roots, mState)); in testExcludedAuthorities()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
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()
DProvidersCache.java445 return ProvidersAccess.getMatchingRoots(mRoots.values(), state);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java277 return ProvidersAccess.getMatchingRoots(allRoots, state); in getMatchingRootsBlocking()