Searched refs:noteIdUri (Results 1 – 1 of 1) sorted by relevance
173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); in testUriAndGetType() local176 mimeType = mMockResolver.getType(noteIdUri); in testUriAndGetType()338 Uri noteIdUri; in testWriteDataToPipe() local353 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() local558 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()