Searched refs:getDefaultRoot (Results 1 – 3 of 3) sorted by relevance
146 assertNull(ProvidersAccess.getDefaultRoot(mRoots, mState)); in testDefaultRoot()152 assertEquals(downloads, ProvidersAccess.getDefaultRoot(mRoots, mState)); in testDefaultRoot()163 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);