Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java50 private static final Uri TEST_URI_RESULT = Uri.parse("content://com.example/12"); field in ContentProviderOperationTest
74 new ContentProviderResult(TEST_URI_RESULT),
102 .thenReturn(TEST_URI_RESULT); in testInsert()
104 assertEquals(TEST_URI_RESULT, res.uri); in testInsert()