Searched refs:TEST_EXTRAS_RESULT (Results 1 – 1 of 1) sorted by relevance
59 private static final Bundle TEST_EXTRAS_RESULT = new Bundle(); field in ContentProviderOperationTest70 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()