Searched refs:noteUri (Results 1 – 1 of 1) sorted by relevance
297 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId); in insert() local298 getContext().getContentResolver().notifyChange(noteUri, null); in insert()299 return noteUri; in insert()