Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DDocumentsProviderTest.java57 mProvider.nextPath = expected; in testFindDocumentPath_docUri()
72 mProvider.nextPath = expected; in testFindDocumentPath_treeUri()
83 mProvider.nextPath = new Path(null, Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID)); in testFindDocumentPath_treeUri_throwsOnNonChildDocument()
93 mProvider.nextPath = new Path(ROOT_ID, Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID)); in testFindDocumentPath_treeUri_erasesNonNullRootId()
105 mProvider.nextPath = new Path( in testFindDocumentPath_treeUri_erasesDocsOutsideTree()
DTestDocumentsProvider.java41 public Path nextPath; field in TestDocumentsProvider
92 return nextPath; in findDocumentPath()
/frameworks/base/cmds/idmap/
Dinspect.cpp100 status_t nextPath(char *b) { in nextPath() function in __anon0cfca4b00111::IdmapBuffer
204 err = buf.nextPath(path); in parse_idmap_header()
216 err = buf.nextPath(path); in parse_idmap_header()