HomeSort by relevance Sort by last modified time
    Searched full:notes (Results 76 - 100 of 1863) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/NotePad/src/com/example/android/notepad/
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...]
  /frameworks/base/docs/html/training/notepad/
notepad-ex1.jd 7 <p><em>In this exercise, you will construct a simple notes list that lets the
8 user add new notes but not edit them. The exercise demonstrates:</em></p>
12 <li><em>How to use a SQLite database to store the notes.</em></li>
85 encapsulate data access to a SQLite database that will hold our notes data
91 <code>notes</code>, which in turn has three fields: <code>_id</code>, <code>title</code> and
112 <p><code>fetchAllNotes()</code> issues a query to return a {@link android.database.Cursor} over all notes in the
114 name of the database table to query (in this case <code>DATABASE_TABLE</code> is "notes").
144 take over the whole screen and provide a list of notes.</p>
208 ListView will be used when there are notes to be shown, while the TextView
209 (which has a default value of "No Notes Yet!" defined as a strin
    [all...]
index.jd 87 <td>Start here. Construct a simple notes list that lets the user add new notes but not
90 menu options. Uses a SQLite database to store the notes.</td>
136 <li>Setting up a custom striped list for the list of notes.</li>
139 <li>Implementing a full <code>ContentProvider</code> for notes.</li>
  /external/chromium/chrome/common/extensions/docs/static/
experimental.debugger.html 4 <h2>Notes</h2>
  /external/clang/test/Misc/
error-limit-multiple-notes.cpp 3 // error and three notes emitted
  /external/clang/test/PCH/
chain-selectors.m 18 // FIXME: Can't verify notes in headers
  /external/dropbear/libtomcrypt/
build.sh 10 for f in *_tv.txt; do if (diff --ignore-case $f notes/$f) then true; else (echo "tv_gen $f failed" && rm -f testok.txt && exit 1); fi; done
  /external/libpng/projects/cbuilder5/
libpng.readme.txt 22 you wish to use zlib as a DLL, please read the important notes from
  /external/libpng/scripts/
libpng.icc 9 // Notes:
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/
classtrees_geshi.html 20 <p class="notes" id="credit">
errors.html 16 <p class="notes" id="credit">
  /external/libvpx/libvpx/vpx_scale/win32/
scalesystemdependent.c 45 * SPECIAL NOTES : None.
  /external/llvm/utils/unittest/googletest/
README.LLVM 1 LLVM notes
  /external/markdown/docs/
release-2.0.1.txt 1 Python-Markdown 2.0.1 Release Notes
  /external/openssl/crypto/dso/
README 0 NOTES
  /external/qemu/docs/
ANDROID-ELFF.TXT 3 The docs/ANDROID-ELFF.TXT document contains notes about the ELFF library used
  /external/webkit/LayoutTests/storage/resources/
stress-frame.html 39 alert('Failed to retrieve notes from database - ' + error.message);
  /external/webkit/Source/WebCore/manual-tests/
database-threading-stress-test-2.html 39 alert('Failed to retrieve notes from database - ' + error.message);
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetControlParameters.c 42 /* NOTES: */
  /frameworks/base/docs/html/training/cloudsync/
index.jd 25 that user data such as preferences, notes, and high scores update seamlessly
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 25 * Notes:
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 25 * Notes:
  /external/llvm/docs/
ReleaseNotes.rst 2 LLVM 3.3 Release Notes
9 These are in-progress notes for the upcoming LLVM 3.3 release. You may
10 prefer the `LLVM 3.2 Release Notes <http://llvm.org/releases/3.2/docs
17 This document contains the release notes for the LLVM Compiler Infrastructure,
31 one. To see the release notes for a specific release, please see the `releases
  /frameworks/av/libvideoeditor/vss/common/inc/
SSRC.h 148 /* NOTES: */
179 /* NOTES: */
216 /* NOTES: */
257 /* NOTES: */
286 /* NOTES: */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 261 /* NOTES: */
297 /* NOTES: */
324 /* NOTES: */
347 /* NOTES: */
374 /* NOTES: */

Completed in 1277 milliseconds

1 2 34 5 6 7 8 91011>>