Home
last modified time | relevance | path

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

/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java591 int inputNoteId = cursor.getInt(0); in testQueriesOnNoteIdUri() local
594 noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, inputNoteId); in testQueriesOnNoteIdUri()
612 assertEquals(inputNoteId, cursor.getInt(0)); in testQueriesOnNoteIdUri()