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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java 46 return mRoots.getMatchingRootsBlocking(mState);
RecentLoader.java 174 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState);
RecentsCreateFragment.java 158 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
RootsCache.java 343 public Collection<RootInfo> getMatchingRootsBlocking(State state) {
DocumentsActivity.java 319 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
    [all...]

Completed in 131 milliseconds