Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java55 private static final Bundle TEST_EXTRAS = new Bundle(); field in ContentProviderOperationTest
62 TEST_EXTRAS.putString("test_key", "test_value");
64 TEST_EXTRAS_WITH_SQL.putAll(TEST_EXTRAS);
92 .withExtras(TEST_EXTRAS) in testInsert()
99 when(provider.insert(eq(TEST_URI), eq(TEST_VALUES), eqBundle(TEST_EXTRAS))) in testInsert()
110 .withExtras(TEST_EXTRAS) in testUpdate()
127 .withExtras(TEST_EXTRAS) in testDelete()
144 .withExtras(TEST_EXTRAS) in testAssertQuery()
164 .withExtras(TEST_EXTRAS) in testCall()
171 eq(TEST_ARG), eqBundle(TEST_EXTRAS))) in testCall()
[all …]