Searched refs:noteUri (Results 1 – 3 of 3) sorted by relevance
380 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id); in onContextItemSelected() local388 startActivity(new Intent(Intent.ACTION_EDIT, noteUri)); in onContextItemSelected()400 noteUri) // the URI in onContextItemSelected() local412 noteUri, // The URI of the provider in onContextItemSelected()
525 Uri noteUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, rowId); in insert() local528 getContext().getContentResolver().notifyChange(noteUri, null); in insert()529 return noteUri; in insert()
293 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId); in insert() local294 getContext().getContentResolver().notifyChange(noteUri, null); in insert()295 return noteUri; in insert()