Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentLoader.java100 private Cursor mWithRoot; field in RecentLoader.RecentTask
133 mWithRoot = new RootCursorWrapper(authority, rootId, cursor, MAX_DOCS_FROM_ROOT); in runInternal()
141 set(mWithRoot); in runInternal()
151 IoUtils.closeQuietly(mWithRoot); in close()