Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java69 private final RootInfo mRecentsRoot = new RootInfo(); field in RootsCache
104 mRecentsRoot.authority = null; in updateAsync()
105 mRecentsRoot.rootId = null; in updateAsync()
106 mRecentsRoot.derivedIcon = R.drawable.ic_root_recent; in updateAsync()
107 mRecentsRoot.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_CREATE in updateAsync()
109 mRecentsRoot.title = mContext.getString(R.string.root_recent); in updateAsync()
110 mRecentsRoot.availableBytes = -1; in updateAsync()
189 mTaskRoots.put(mRecentsRoot.authority, mRecentsRoot); in doInBackground()
328 return mRecentsRoot; in getRecentsRoot()
332 return mRecentsRoot == root; in isRecentsRoot()