Searched refs:getMatchingRootsBlocking (Results 1 – 5 of 5) sorted by relevance
45 return mRoots.getMatchingRootsBlocking(mState); in loadInBackground()
117 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState); in loadInBackgroundLocked()
170 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState); in loadInBackground()
415 public Collection<RootInfo> getMatchingRootsBlocking(State state) { in getMatchingRootsBlocking() method in RootsCache
477 final Collection<RootInfo> matchingRoots = roots.getMatchingRootsBlocking(mState); in run()