Searched refs:getDefaultRoot (Results 1 – 3 of 3) sorted by relevance
145 assertNull(ProvidersAccess.getDefaultRoot(mRoots, mState)); in testDefaultRoot()151 assertEquals(downloads, ProvidersAccess.getDefaultRoot(mRoots, mState)); in testDefaultRoot()162 assertEquals(storage, ProvidersAccess.getDefaultRoot(mRoots, mState)); in testDefaultRoot_openDocumentTree()
150 static @Nullable RootInfo getDefaultRoot(Collection<RootInfo> roots, State state) { in getDefaultRoot() method
472 RootInfo root = ProvidersAccess.getDefaultRoot(getRootsBlocking(), state);