HomeSort by relevance Sort by last modified time
    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 243 * note ID projection, and appends "_ID = <noteID>" to the where clause, so that
663 String noteId = uri.getPathSegments().get(NotePad.Notes.NOTE_ID_PATH_POSITION);

Completed in 2781 milliseconds