Searched refs:Note (Results 1 - 25 of 28) sorted by path

12

/frameworks/base/core/java/android/provider/
H A DContactsContract.java417 * Note: this query returns primary profile results before managed profile results,
1882 * <i>Note: this query may be expensive! If you need to use it in bulk,
2470 * Note the use of {@link ContentProviderOperation.Builder#withValueBackReference(String, int)}
2820 * Note that changing
2981 * Note that this sub-directory also supports opening the photo as an asset file
3330 * <p>Note that this latter form allows the insertion of a stream item and its
4460 * <li>{@link CommonDataKinds.Note Note.CONTENT_ITEM_TYPE}</li>
7183 public static final class Note implements DataColumnsWithJoins, ContactCounts { class in class:ContactsContract.CommonDataKinds
7187 private Note() {} method in class:ContactsContract.CommonDataKinds.Note
[all...]
/frameworks/base/packages/SettingsProvider/test/
H A DAndroid.mk5 # Note we statically link SettingsState to do some unit tests. It's not accessible otherwise
/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp234 * Note: This leaves escape sequences untouched so they can later be
/frameworks/base/tools/aapt2/
H A DDiagnostics.h68 Note, member in class:aapt::IDiagnostics::Level
87 log(Level::Note, actual);
111 case Level::Note:
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp268 * Note: This leaves placeholder syntax untouched.
/frameworks/base/tools/aapt2/test/
H A DCommon.h46 case Level::Note:
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagCommonKinds.inc155 DiagnosticEngine::Note,
159 DiagnosticEngine::Note,
H A DDiagSymbolResolutions.inc2 DiagnosticEngine::Note,
H A DDiagnosticEngine.h44 Note, enumerator in enum:mcld::DiagnosticEngine::Severity
H A DLDFileFormat.h39 Note, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h62 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp51 return LDFileFormat::Note;
89 return LDFileFormat::Note;
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp30 LDFileFormat::Note,
H A DELFExecFileFormat.cpp31 LDFileFormat::Note,
H A DELFObjectReader.cpp205 case LDFileFormat::Note:
H A DELFObjectWriter.cpp57 case LDFileFormat::Note:
96 case LDFileFormat::Note:
H A DTextDiagnosticPrinter.cpp92 case DiagnosticEngine::Note: {
96 m_OStream << "Note: ";
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1380 case LDFileFormat::Note:
2330 case LDFileFormat::Note:
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp49 case clang::DiagnosticsEngine::Note: {
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java23 import android.provider.ContactsContract.CommonDataKinds.Note;
62 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
348 // Note:
538 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
614 // Note: There is no appropriate property for expressing
806 // Note: We prioritize this callback over FLAG_REFRAIN_PHONE_NUMBER_FORMATTING
818 // Note: PAGER number needs unformatted "phone number".
1246 // Note: vCard 3.0 does not allow any parameter addition toward "URL"
1330 String note = contentValues.getAsString(Note.NOTE);
1355 final String noteStr = contentValues.getAsString(Note
[all...]
H A DVCardComposer.java31 import android.provider.ContactsContract.CommonDataKinds.Note;
286 * Note that this is unstable interface, may be deleted in the future.
304 * Note that this is an unstable interface, may be deleted in the future.
383 * Note that this is an unstable interface, may be deleted in the future.
613 builder.appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
H A DVCardEntry.java31 import android.provider.ContactsContract.CommonDataKinds.Note;
1132 builder.withValueBackReference(Note.RAW_CONTACT_ID, backReferenceIndex);
1133 builder.withValue(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE);
1134 builder.withValue(Note.NOTE, mNote);
1345 * Note that schema part ("sip:") is automatically removed. e.g.
1778 // Note that some other codes (like the phone number formatter) or modules expect this
2060 * Note: Some Japanese mobile phones use this field for phonetic name, since
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java30 import android.provider.ContactsContract.CommonDataKinds.Note;
97 * Note that more than one "N", "FN", etc. properties are acceptable in vCard spec.
1102 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
1103 .put(Note.NOTE, "note1");
1104 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
1105 .put(Note.NOTE, "note2")
1106 .put(Note.IS_PRIMARY, 1); // Just ignored.
H A DVCardImporterTests.java23 import android.provider.ContactsContract.CommonDataKinds.Note;
669 elem.addExpected(Note.CONTENT_ITEM_TYPE)
670 .put(Note.NOTE, "The following note is the example from RFC 2045.");
671 elem.addExpected(Note.CONTENT_ITEM_TYPE)
672 .put(Note.NOTE,
868 elem.addExpected(Note.CONTENT_ITEM_TYPE)
869 .put(Note.NOTE, "\u30E1\u30E2");
1047 elem.addExpected(Note.CONTENT_ITEM_TYPE)
1048 .put(Note.NOTE, "This is an (sharp ->#<- sharp) example. "

Completed in 4416 milliseconds

12