Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java329 String rootId = null; in findDocumentPath() local
331 rootId = currentDocId.equals(mLocalRoot.docId) ? "local" : "create"; in findDocumentPath()
333 return new Path(rootId, path); in findDocumentPath()
486 public void ejectRoot(String rootId) { in ejectRoot() argument
487 if ("eject".equals(rootId)) { in ejectRoot()
493 throw new IllegalStateException("Root " + rootId + " doesn't support ejection."); in ejectRoot()