HomeSort by relevance Sort by last modified time
    Searched refs:NOTE (Results 51 - 75 of 91) sorted by null

1 23 4

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 25 import android.provider.ContactsContract.CommonDataKinds.Note;
301 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 40 import android.provider.ContactsContract.CommonDataKinds.Note;
1722 String note = ""; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 27 import android.provider.ContactsContract.CommonDataKinds.Note;
218 // NOTE: even though a traditional "type" exists, for editing
287 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
  /external/v8/src/
v8natives.js 854 // Note that the length of an array is not actually stored as part of the
    [all...]
runtime.js 662 // NOTE: Setting the prototype for Array must take place as early as
mirror-debugger.js 128 * function (not on Function.prototype). NOTE: If this file is to be loaded
    [all...]
string.js 839 // NOTE: This is not super-efficient, but it is necessary because we
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 30 import android.provider.ContactsContract.CommonDataKinds.Note;
97 * Note that more than one "N", "FN", etc. properties are acceptable in vCard spec.
    [all...]
VCardImporterTests.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 31 import android.provider.ContactsContract.CommonDataKinds.Note;
97 NOTE,
    [all...]
VCardBuilder.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
62 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
382 // Note:
572 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
648 // Note: There is no appropriate property for expressing
1364 String note = contentValues.getAsString(Note.NOTE); local
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 218 * Note that lr (r14) will have its low-order bit set to denote
304 @ NOTE: intended fallthrough
682 ldmfd sp, {r0-r3} @ refresh. NOTE: no sp autoincrement
    [all...]
  /external/linux-tools-perf/
Makefile 165 # be built by a different compiler. (Note that this is an artifact now
772 @echo ' NOTE: documentation build requires asciidoc, xmlto packages to be installed'
  /ndk/build/core/
definitions.mk 83 # Note that the following doesn't work because path in windows may contain
165 # NOTE: With GNU Make $1 and $(1) are equivalent, which means
343 # Technical note:
366 # Note that some modules are never installed (e.g. static libraries).
600 # NOTE: this function must not modify the existing dependency order when new depends are added.
691 # Note: Do not use this to determine build dependencies. The returned list
707 # Note that the result is topologically ordered, i.e. if library A depends
713 # Note: This doesn't differentiate between regular and whole static
    [all...]
init.mk 45 # even if 64-bit is present. Note that toolchains in 64-bit still produce
116 # return 32-bit one as default. Note that HOST_TAG64==HOST_TAG for
188 # NOTE: The 2>NUL here is for the case where we're running inside the
  /build/core/
config.mk 191 # NOTE: These directories MUST contain post-processed headers using the
  /external/chromium/chrome/browser/resources/keyboard/
main.js 505 * NOTE: every row below should have an aspect of 12.6.
  /external/chromium/chrome/browser/resources/
print_preview.js 142 * NOTE: An empty copies field text is considered valid because the blur event
  /external/skia/
Android.mk 24 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 40 import android.provider.ContactsContract.CommonDataKinds.Note;
133 + " LEFT OUTER JOIN data note ON (raw_contacts._id = note.raw_contact_id"
134 + " AND (SELECT mimetype FROM mimetypes WHERE mimetypes._id = note.mimetype_id)"
135 + "='" + Note.CONTENT_ITEM_TYPE + "')"
567 "note." + Note.NOTE
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 208 * Note that lr (r14) will have its low-order bit set to denote
303 # NOTE: intended fallthrough
    [all...]
  /external/bison/
maint.mk 251 # Note that while this functionality is mostly inherited via VC_LIST_EXCEPT,
531 # Note this was produced by the above:
736 # Note: this test requires GNU grep's --label= option.
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 1260 ;; NOTE - may be called in protected mode
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 42 import android.provider.ContactsContract.CommonDataKinds.Note;
479 protected Uri insertNote(long rawContactId, String note) {
482 values.put(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE);
483 values.put(Note.NOTE, note);
    [all...]

Completed in 1787 milliseconds

1 23 4