Searched refs:TEST_METHOD (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentProviderOperationTest.java | 53 private static final String TEST_METHOD = "test_method"; field in ContentProviderOperationTest 165 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testCall() 172 when(provider.call(eq(TEST_URI.getAuthority()), eq(TEST_METHOD), in testCall() 227 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testBackReferenceExtra() 244 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testExceptionAllowed() 251 when(provider.call(eq(TEST_URI.getAuthority()), eq(TEST_METHOD), in testExceptionAllowed()
|