Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java59 private static final Bundle TEST_EXTRAS_RESULT = new Bundle(); field in ContentProviderOperationTest
70 TEST_EXTRAS_RESULT.putString("test_result", "42");
76 new ContentProviderResult(TEST_EXTRAS_RESULT),
174 .thenReturn(TEST_EXTRAS_RESULT); in testCall()
176 assertEquals(TEST_EXTRAS_RESULT, res.extras); in testCall()