Home
last modified time | relevance | path

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

/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); in testUriAndGetType() local
176 mimeType = mMockResolver.getType(noteIdUri); in testUriAndGetType()
338 Uri noteIdUri; in testWriteDataToPipe() local
353 noteIdUri = ContentUris.withAppendedId( in testWriteDataToPipe()
361 noteIdUri, // the URI for the note ID we want to retrieve in testWriteDataToPipe()
376 noteIdUri, // the URI of the note that will provide the data in testWriteDataToPipe()
554 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); in testQueriesOnNoteIdUri() local
558 noteIdUri, // URI pointing to a single record in testQueriesOnNoteIdUri()
594 noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, inputNoteId); in testQueriesOnNoteIdUri()
598 cursor = mMockResolver.query(noteIdUri, // the URI for a single note in testQueriesOnNoteIdUri()