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.java52 private static final String TEST_ARG = "test_arg"; field in ContentProviderOperationTest
163 op = ContentProviderOperation.newCall(TEST_URI, TEST_METHOD, TEST_ARG) in testCall()
171 eq(TEST_ARG), eqBundle(TEST_EXTRAS))) 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()
250 eq(TEST_ARG), eqBundle(TEST_EXTRAS))) in testExceptionAllowed()