Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java52 private static final String[] TEST_SELECTION_ARGS = new String[] { "bar" }; field in ContentProviderOperationTest
68 TEST_EXTRAS_WITH_SQL.putStringArray(QUERY_ARG_SQL_SELECTION_ARGS, TEST_SELECTION_ARGS); in TEST_EXTRAS_WITH_SQL.putStringArray() argument
110 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testUpdate()
128 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testDelete()
145 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testAssertQuery()
261 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testLayering()