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.java50 private static final String[] TEST_SELECTION_ARGS = new String[] { "bar" }; field in ContentProviderOperationTest
66 TEST_EXTRAS_WITH_SQL.putStringArray(QUERY_ARG_SQL_SELECTION_ARGS, TEST_SELECTION_ARGS); in TEST_EXTRAS_WITH_SQL.putStringArray() argument
108 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testUpdate()
126 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testDelete()
143 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testAssertQuery()
259 .withSelection(TEST_SELECTION, TEST_SELECTION_ARGS) in testLayering()