Home
last modified time | relevance | path

Searched refs:cachedRoots (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java814 final Collection<RootInfo> cachedRoots = mOwner.mRoots.getRootsBlocking(); in run() local
815 for (final RootInfo root : cachedRoots) { in run()