HomeSort by relevance Sort by last modified time
    Searched refs:getMatchingRoots (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java 65 RootsCache.getMatchingRoots(mRoots, mState));
72 RootsCache.getMatchingRoots(mRoots, mState));
79 RootsCache.getMatchingRoots(mRoots, mState));
86 RootsCache.getMatchingRoots(mRoots, mState));
93 RootsCache.getMatchingRoots(mRoots, mState));
100 RootsCache.getMatchingRoots(mRoots, mState));
107 RootsCache.getMatchingRoots(mRoots, mState));
114 RootsCache.getMatchingRoots(mRoots, mState));
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java 347 return getMatchingRoots(mRoots.values(), state);
352 static List<RootInfo> getMatchingRoots(Collection<RootInfo> roots, State state) {

Completed in 142 milliseconds