Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DRootsCacheTest.java65 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsEverything()
72 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsPngOrWild()
79 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsAudioWild()
86 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsAudioWildOrImageWild()
93 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsAudioSpecific()
100 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsDocument()
107 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsApplication()
114 RootsCache.getMatchingRoots(mRoots, mState)); in testMatchingRootsFlacOrPng()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java347 return getMatchingRoots(mRoots.values(), state); in getMatchingRootsBlocking()
352 static List<RootInfo> getMatchingRoots(Collection<RootInfo> roots, State state) { in getMatchingRoots() method in RootsCache