Searched refs:TEST_ARG2 (Results 1 – 1 of 1) sorted by relevance
207 int TEST_ARG2 = 5; in testSetSelectionArguments() local211 cursor.setSelectionArguments(new String[] { Integer.toString(TEST_ARG2) }); in testSetSelectionArguments()213 assertEquals(TEST_COUNT - TEST_ARG2, cursor.getCount()); in testSetSelectionArguments()