Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java54 private static final String TEST_ARG = "test_arg"; field in ContentProviderOperationTest
165 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testCall()
173 eq(TEST_ARG), eqBundle(TEST_EXTRAS))) 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()
252 eq(TEST_ARG), eqBundle(TEST_EXTRAS))) in testExceptionAllowed()