Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java51 private static final String TEST_METHOD = "test_method"; field in ContentProviderOperationTest
163 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testCall()
170 when(provider.call(eq(TEST_URI.getAuthority()), eq(TEST_METHOD), in testCall()
225 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testBackReferenceExtra()
242 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testExceptionAllowed()
249 when(provider.call(eq(TEST_URI.getAuthority()), eq(TEST_METHOD), in testExceptionAllowed()
/cts/hostsidetests/packagemanager/codepath/src/com/android/tests/codepath/host/
DCodePathTest.java39 private static final String TEST_METHOD = "testCodePathMatchesExpected"; field in CodePathTest
74 runDeviceTests(getDevice(), null, TEST_PACKAGE, TEST_CLASS, TEST_METHOD, in runDeviceTest() local