Home
last modified time | relevance | path

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

/development/samples/NotePad/src/com/example/android/notepad/
DNotesList.java380 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id); in onContextItemSelected() local
388 startActivity(new Intent(Intent.ACTION_EDIT, noteUri)); in onContextItemSelected()
400 noteUri) // the URI in onContextItemSelected() local
412 noteUri, // The URI of the provider in onContextItemSelected()
DNotePadProvider.java525 Uri noteUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, rowId); in insert() local
528 getContext().getContentResolver().notifyChange(noteUri, null); in insert()
529 return noteUri; in insert()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java293 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId); in insert() local
294 getContext().getContentResolver().notifyChange(noteUri, null); in insert()
295 return noteUri; in insert()