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

1 2

  /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
82 NotePad.Notes._ID, // Projection position 0, the note's id
83 NotePad.Notes.COLUMN_NAME_NOTE, // Projection position 1, the note's content
84 NotePad.Notes.COLUMN_NAME_TITLE, // Projection position 2, the note's title
93 // The incoming URI matches the Notes URI pattern
94 private static final int NOTES = 1;
122 // Add a pattern that routes URIs terminated with "notes" to a NOTES operation
123 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...]
TitleEditor.java 45 NotePad.Notes._ID, // 0
46 NotePad.Notes.COLUMN_NAME_TITLE, // 1
144 values.put(NotePad.Notes.COLUMN_NAME_TITLE, mText.getText().toString());
NoteEditor.java 61 NotePad.Notes._ID,
62 NotePad.Notes.COLUMN_NAME_TITLE,
63 NotePad.Notes.COLUMN_NAME_NOTE
201 * Using the URI passed in with the triggering Intent, gets the note or notes in
209 mUri, // The URI that gets multiple notes from the provider.
270 int colTitleIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_TITLE);
289 int colNoteIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE);
412 int colNoteIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE);
481 if (uri != null && NotePad.Notes.CONTENT_ITEM_TYPE.equals(cr.getType(uri))) {
496 int colNoteIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE)
    [all...]
NotesLiveFolder.java 66 liveFolderIntent.setData(NotePad.Notes.LIVE_FOLDER_URI);
94 = new Intent(Intent.ACTION_EDIT, NotePad.Notes.CONTENT_ID_URI_PATTERN);
NotesList.java 43 * Displays a list of notes. Will display notes from the {@link Uri}
61 NotePad.Notes._ID, // 0
62 NotePad.Notes.COLUMN_NAME_TITLE, // 1
86 // accesses a list of notes.
88 intent.setData(NotePad.Notes.CONTENT_URI);
108 NotePad.Notes.DEFAULT_SORT_ORDER // Use the default sort order.
120 String[] dataColumns = { NotePad.Notes.COLUMN_NAME_TITLE } ;
145 * this Activity. Other applications that want to handle notes can "register" themselves in
147 * mimeTYpe NotePad.Notes.CONTENT_TYPE. If they do this, the code in onCreateOptionsMenu(
    [all...]
  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Notes;
39 const_iterator note_begin() const { return Notes.begin(); }
40 const_iterator note_end() const { return Notes.end(); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 21 echo "<title>Build Notes for $buildType $buildName </title>";
28 <p><b><font face="Verdana" size="+3">Build Notes</font></b> </p>
33 Build Notes for <?php echo "$buildType $buildName"; ?></font></b></td>
56 echo "<br>There are no build notes for this build.";
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 19 /// HandleDiagnostic - Store the errors, warnings, and notes that are
33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
VerifyDiagnosticConsumer.cpp 160 DirectiveList Notes;
163 DirectiveList* Lists[] = { &Errors, &Warnings, &Notes, 0 };
265 DL = &ED.Notes;
365 // Find all expected errors/warnings/notes.
491 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 666 const OptionalNotes &Notes = I->second;
667 for (unsigned NoteI = 0, NoteN = Notes.size(); NoteI != NoteN; ++NoteI)
668 S.Diag(Notes[NoteI].first, Notes[NoteI].second);
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ExprConstant.cpp 25 // * A set of notes indicating why the evaluation was not a constant expression
382 /// notes attached to it will also be stored, otherwise they will not be.
445 /// Add notes containing a call stack to the current point of evaluation.
506 /// Add a stack of notes to a prior diagnostic.
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 210 <h3><i>Notes</i></h3>
  /external/libvpx/vp8/common/x86/
idctllm_mmx.asm 15 ; * Notes:
subpixel_sse2.asm 20 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
150 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
328 ; Notes: filter_block1d8_v6 applies a 6 tap filter vertically to the input pixels. The
423 ; Notes: filter_block1d16_v6 applies a 6 tap filter vertically to the input pixels. The
    [all...]
subpixel_ssse3.asm 20 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
    [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 596 [14:02:29] EAS Parser| FolderDisplayName: Notes
    [all...]
FolderSyncParserTest2.txt 596 [14:02:29] EAS Parser| FolderDisplayName: Notes
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 362 milliseconds

1 2