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.java48 private static final Uri TEST_URI_RESULT = Uri.parse("content://com.example/12"); field in ContentProviderOperationTest
72 new ContentProviderResult(TEST_URI_RESULT),
100 .thenReturn(TEST_URI_RESULT); in testInsert()
102 assertEquals(TEST_URI_RESULT, res.uri); in testInsert()