OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noteUri
(Results
1 - 2
of
2
) sorted by null
/development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java
190
Uri
noteUri
= ContentUris.withAppendedId(NotePad.Notes.CONTENT_URI, rowId);
191
getContext().getContentResolver().notifyChange(
noteUri
, null);
192
return
noteUri
;
NotesList.java
193
Uri
noteUri
= ContentUris.withAppendedId(getIntent().getData(), info.id);
194
getContentResolver().delete(
noteUri
, null, null);
Completed in 152 milliseconds