HomeSort by relevance Sort by last modified time
    Searched refs:Notes (Results 1 - 25 of 973) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 49 Uri.withAppendedPath(NotePad.Notes.CONTENT_URI, "invalid");
151 NotePad.Notes.TABLE_NAME, // the table name for the insert
152 NotePad.Notes.COLUMN_NAME_TITLE, // column set to null if empty values map
164 // Tests the MIME type for the notes table URI.
165 String mimeType = mMockResolver.getType(NotePad.Notes.CONTENT_URI);
166 assertEquals(NotePad.Notes.CONTENT_TYPE, mimeType);
169 mimeType = mMockResolver.getType(NotePad.Notes.LIVE_FOLDER_URI);
170 assertEquals(NotePad.Notes.CONTENT_TYPE, mimeType);
173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
177 assertEquals(NotePad.Notes.CONTENT_ITEM_TYPE, mimeType)
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 51 * Provides access to a database of notes. Each note has a title, the note
77 NotePad.Notes._ID, // Projection position 0, the note's id
78 NotePad.Notes.COLUMN_NAME_NOTE, // Projection position 1, the note's content
79 NotePad.Notes.COLUMN_NAME_TITLE, // Projection position 2, the note's title
88 // The incoming URI matches the Notes URI pattern
89 private static final int NOTES = 1;
114 // Add a pattern that routes URIs terminated with "notes" to a NOTES operation
115 sUriMatcher.addURI(NotePad.AUTHORITY, "notes", NOTES);
    [all...]
NotePad.java 36 * Notes table contract
38 public static final class Notes implements BaseColumns {
41 private Notes() {}
46 public static final String TABLE_NAME = "notes";
62 * Path part for the Notes URI
64 private static final String PATH_NOTES = "/notes";
69 private static final String PATH_NOTE_ID = "/notes/";
79 private static final String PATH_LIVE_FOLDER = "/live_folders/notes";
101 * The content Uri pattern for a notes listing for live folders
111 * The MIME type of {@link #CONTENT_URI} providing a directory of notes
    [all...]
NoteEditor.java 43 import com.example.android.notepad.NotePad.Notes;
60 NotePad.Notes._ID,
61 NotePad.Notes.COLUMN_NAME_TITLE,
62 NotePad.Notes.COLUMN_NAME_NOTE
352 int colNoteIndex = cursor.getColumnIndex(Notes.COLUMN_NAME_NOTE);
421 if (uri != null && NotePad.Notes.CONTENT_ITEM_TYPE.equals(cr.getType(uri))) {
436 int colNoteIndex = orig.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE);
437 int colTitleIndex = orig.getColumnIndex(NotePad.Notes.COLUMN_NAME_TITLE);
468 values.put(NotePad.Notes.COLUMN_NAME_MODIFICATION_DATE, System.currentTimeMillis());
493 values.put(NotePad.Notes.COLUMN_NAME_TITLE, title)
    [all...]
TitleEditor.java 47 NotePad.Notes._ID, // 0
48 NotePad.Notes.COLUMN_NAME_TITLE, // 1
174 values.put(NotePad.Notes.COLUMN_NAME_TITLE, newTitle);
  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 39 Notes(D.Notes), DiagLevel(D.DiagLevel),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
50 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 63 SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
75 /// \brief Potential notes about the diagnostic.
76 SmallVector<DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 63 SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
75 /// \brief Potential notes about the diagnostic.
76 SmallVector<DiagnosticMessage, 1> Notes;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 63 SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
75 /// \brief Potential notes about the diagnostic.
76 SmallVector<DiagnosticMessage, 1> Notes;

Completed in 422 milliseconds

1 2 3 4 5 6 7 8 91011>>