Searched refs:nextPath (Results 1 – 3 of 3) sorted by relevance
57 mProvider.nextPath = expected; in testFindDocumentPath_docUri()73 mProvider.nextPath = expected; in testFindDocumentPath_treeUri()84 mProvider.nextPath = new Path(null, Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID)); in testFindDocumentPath_treeUri_throwsOnNonChildDocument()97 mProvider.nextPath = new Path(ROOT_ID, Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID)); in testFindDocumentPath_treeUri_erasesNonNullRootId()109 mProvider.nextPath = new Path( in testFindDocumentPath_treeUri_erasesDocsOutsideTree()
41 public Path nextPath; field in TestDocumentsProvider92 return nextPath; in findDocumentPath()
131 final String nextPath = separator > 0 ? path.substring(separator + 1) : null; in findEvents() local134 if (nextPath != null) { in findEvents()135 child.findEvents(nextPath, collector); in findEvents()