Searched refs:noteId (Results 1 – 2 of 2) sorted by relevance
638 long noteId = ContentUris.parseId(rowUri); in testInserts() local676 values.put(NotePad.Notes._ID, (int) noteId); in testInserts()
696 String noteId = uri.getPathSegments().get(NotePad.Notes.NOTE_ID_PATH_POSITION); in update() local