Home
last modified time | relevance | path

Searched defs:noteUri (Results 1 – 2 of 2) sorted by relevance

/development/samples/NotePad/src/com/example/android/notepad/
DNotesList.java160 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id); in onContextItemSelected() local
178 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), id); in onListItemClick() local
DNotePadProvider.java190 Uri noteUri = ContentUris.withAppendedId(NoteColumns.CONTENT_URI, rowId); in insert() local