Home
last modified time | relevance | path

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

/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java435 final String SELECTION_COLUMNS = in testQueriesOnNotesUri() local
502 SELECTION_COLUMNS, // select on the title column in testQueriesOnNotesUri()
534 final String SELECTION_COLUMNS = NotePad.Notes.COLUMN_NAME_TITLE + " = " + "?"; in testQueriesOnNoteIdUri() local
579 SELECTION_COLUMNS, // select based on the title column in testQueriesOnNoteIdUri()
600 SELECTION_COLUMNS, // same selection, based on title column in testQueriesOnNoteIdUri()
696 final String SELECTION_COLUMNS = NotePad.Notes.COLUMN_NAME_TITLE + " = " + "?"; in testDeletes() local
704 SELECTION_COLUMNS, // select based on the title column in testDeletes()
720 SELECTION_COLUMNS, // same selection column, "title" in testDeletes()
734 SELECTION_COLUMNS, // select based on the title column in testDeletes()
748 final String SELECTION_COLUMNS = NotePad.Notes.COLUMN_NAME_TITLE + " = " + "?"; in testUpdates() local
[all …]