Searched refs:TEST_SELECTION_ARGS (Results 1 – 1 of 1) sorted by relevance
50 private static final String[] TEST_SELECTION_ARGS = new String[] { "bar" }; field in ContentProviderOperationTest66 TEST_EXTRAS_WITH_SQL.putStringArray(QUERY_ARG_SQL_SELECTION_ARGS, TEST_SELECTION_ARGS); in TEST_EXTRAS_WITH_SQL.putStringArray() argument108 .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()