HomeSort by relevance Sort by last modified time
    Searched full:note_id (Results 1 - 2 of 2) sorted by null

  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 97 private static final int NOTE_ID = 2;
127 sUriMatcher.addURI(NotePad.AUTHORITY, "notes/#", NOTE_ID);
272 case NOTE_ID:
346 case NOTE_ID:
388 case NOTE_ID:
607 case NOTE_ID:
694 case NOTE_ID:
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2650 $note_id = $this->fn_id_prefix . $matches[1]; variable
2696 $note_id = key($this->footnotes_ordered); variable
2705 $note_id = $this->encodeAttribute($note_id); variable
    [all...]

Completed in 2321 milliseconds