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