OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noteId
(Results
1 - 2
of
2
) sorted by null
/development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java
638
long
noteId
= ContentUris.parseId(rowUri);
676
values.put(NotePad.Notes._ID, (int)
noteId
);
[
all
...]
/development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java
269
* note ID projection, and appends "_ID = <
noteID
>" to the where clause, so that
696
String
noteId
= uri.getPathSegments().get(NotePad.Notes.NOTE_ID_PATH_POSITION);
Completed in 42 milliseconds