Searched refs:matchingRoots (Results 1 – 3 of 3) sorted by relevance
56 public void updateRoot(Collection<RootInfo> matchingRoots) throws FileNotFoundException { in updateRoot() argument57 for (RootInfo root : matchingRoots) { in updateRoot()
170 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState); in loadInBackground() local188 stack.updateRoot(matchingRoots); in loadInBackground()
477 final Collection<RootInfo> matchingRoots = roots.getMatchingRootsBlocking(mState); in run() local479 mState.stack.updateRoot(matchingRoots); in run()