Searched refs:TEST_EXTRAS_RESULT (Results 1 – 1 of 1) sorted by relevance
57 private static final Bundle TEST_EXTRAS_RESULT = new Bundle(); field in ContentProviderOperationTest68 TEST_EXTRAS_RESULT.putString("test_result", "42");74 new ContentProviderResult(TEST_EXTRAS_RESULT),172 .thenReturn(TEST_EXTRAS_RESULT); in testCall()174 assertEquals(TEST_EXTRAS_RESULT, res.extras); in testCall()