Searched refs:mCreateRoot (Results 1 – 1 of 1) sorted by relevance
116 private Doc mCreateRoot; field in MyDocumentsProvider139 mCreateRoot = buildDoc("doc:create", null, Document.MIME_TYPE_DIR, null); in resetRoots()140 mCreateRoot.flags = Document.FLAG_DIR_SUPPORTS_CREATE; in resetRoots()147 mCreateRoot.children.add(file1); in resetRoots()155 mCreateRoot.children.add(file2); in resetRoots()164 mCreateRoot.children.add(virtualFile); in resetRoots()173 mCreateRoot.children.add(webLinkableFile); in resetRoots()187 mCreateRoot.children.add(dir2); in resetRoots()318 && !currentDocId.equals(mCreateRoot.docId)) { in findDocumentPath()