Searched refs:DOC_BLUE (Results 1 – 1 of 1) sorted by relevance
95 private static final String DOC_BLUE = "blue"; field in DocumentsContractTest100 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()