Searched refs:TEST_URI_RESULT (Results 1 – 1 of 1) sorted by relevance
50 private static final Uri TEST_URI_RESULT = Uri.parse("content://com.example/12"); field in ContentProviderOperationTest74 new ContentProviderResult(TEST_URI_RESULT),102 .thenReturn(TEST_URI_RESULT); in testInsert()104 assertEquals(TEST_URI_RESULT, res.uri); in testInsert()