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()
146 mLocalRoot.children.add(file1); in resetRoots()
154 mLocalRoot.children.add(file2); in resetRoots()
163 mLocalRoot.children.add(virtualFile); in resetRoots()
172 mLocalRoot.children.add(webLinkableFile); in resetRoots()
177 mLocalRoot.children.add(dir1); in resetRoots()
317 && !currentDocId.equals(mLocalRoot.docId) in findDocumentPath()
332 rootId = currentDocId.equals(mLocalRoot.docId) ? "local" : "create"; in findDocumentPath()