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.java114 private Doc mLocalRoot; field in MyDocumentsProvider
136 mLocalRoot = buildDoc("doc:local", null, Document.MIME_TYPE_DIR, null); in resetRoots()
145 mLocalRoot.children.add(file1); in resetRoots()
153 mLocalRoot.children.add(file2); in resetRoots()
162 mLocalRoot.children.add(virtualFile); in resetRoots()
171 mLocalRoot.children.add(webLinkableFile); in resetRoots()
176 mLocalRoot.children.add(dir1); in resetRoots()
316 && !currentDocId.equals(mLocalRoot.docId) in findDocumentPath()
331 rootId = currentDocId.equals(mLocalRoot.docId) ? "local" : "create"; in findDocumentPath()