Searched refs:SELECTION_ARGS (Results 1 – 1 of 1) sorted by relevance
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
D | NotePadProviderTest.java | 439 final String[] SELECTION_ARGS = { "Note0", "Note1", "Note5" }; in testQueriesOnNotesUri() local 503 SELECTION_ARGS, // select titles "Note0", "Note1", or "Note5" in testQueriesOnNotesUri() 508 assertEquals(SELECTION_ARGS.length, projectionCursor.getCount()); in testQueriesOnNotesUri() 516 assertEquals(SELECTION_ARGS[index], projectionCursor.getString(0)); in testQueriesOnNotesUri() 523 assertEquals(SELECTION_ARGS.length, index); in testQueriesOnNotesUri() 537 final String[] SELECTION_ARGS = { "Note1" }; in testQueriesOnNoteIdUri() local 580 SELECTION_ARGS, // select title of "Note1" in testQueriesOnNoteIdUri() 601 SELECTION_ARGS, // same selection arguments, title = "Note1" in testQueriesOnNoteIdUri() 699 final String[] SELECTION_ARGS = { "Note0" }; in testDeletes() local 705 SELECTION_ARGS // select title = "Note0" in testDeletes() [all …]
|