Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java95 private static final String DOC_BLUE = "blue"; field in DocumentsContractTest
100 private static final Uri URI_BLUE = buildDocumentUri(AUTHORITY, DOC_BLUE);
265 doReturn(DOC_RESULT).when(mProvider).moveDocument(DOC_RED, DOC_GREEN, DOC_BLUE); in testMoveDocument()
313 doReturn(true).when(mProvider).isChildDocument(DOC_RED, DOC_BLUE); in testFindDocumentPath()
314 doReturn(res).when(mProvider).findDocumentPath(DOC_RED, DOC_BLUE); in testFindDocumentPath()
316 buildDocumentUriUsingTree(buildTreeDocumentUri(AUTHORITY, DOC_RED), DOC_BLUE))); in testFindDocumentPath()