Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderOperationTest.java49 private static final String TEST_SELECTION = "foo=?"; field in ContentProviderOperationTest
65 TEST_EXTRAS_WITH_SQL.putString(QUERY_ARG_SQL_SELECTION, TEST_SELECTION); in TEST_EXTRAS_WITH_SQL.putString() 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()