Searched refs:URI_BLUE (Results 1 – 1 of 1) sorted by relevance
100 private static final Uri URI_BLUE = buildDocumentUri(AUTHORITY, DOC_BLUE); field in DocumentsContractTest266 assertEquals(URI_RESULT, moveDocument(mResolver, URI_RED, URI_GREEN, URI_BLUE)); in testMoveDocument()