Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java115 private Doc mLocalRoot; field in MyDocumentsProvider
137 mLocalRoot = buildDoc("doc:local", null, Document.MIME_TYPE_DIR, null); in resetRoots()
147 mLocalRoot.children.add(file1); in resetRoots()
155 mLocalRoot.children.add(file2); in resetRoots()
164 mLocalRoot.children.add(virtualFile); in resetRoots()
173 mLocalRoot.children.add(webLinkableFile); in resetRoots()
178 mLocalRoot.children.add(dir1); in resetRoots()
318 && !currentDocId.equals(mLocalRoot.docId) in findDocumentPath()
333 rootId = currentDocId.equals(mLocalRoot.docId) ? "local" : "create"; in findDocumentPath()