Searched refs:TYPE_CUSTOM (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java602 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
606 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
610 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
614 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
618 .put(Phone.TYPE, Phone.TYPE_CUSTOM);
621 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
625 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
629 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
1066 .put(Event.TYPE, Event.TYPE_CUSTOM)
1084 Event.TYPE_CUSTOM, "Th
[all...]
H A DVCardJapanizationTests.java217 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM)
266 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM)
291 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM)
310 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM)
317 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM)
H A DVCardImporterTests.java635 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
661 // "TYPE=INTERNET" -> TYPE_CUSTOM + the label "INTERNET"
662 .put(Email.TYPE, Email.TYPE_CUSTOM)
692 .put(Email.TYPE, Email.TYPE_CUSTOM)
921 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
925 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
929 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
943 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
950 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
954 .put(Phone.TYPE, Phone.TYPE_CUSTOM)
[all...]
/frameworks/base/core/java/android/provider/
H A DContacts.java872 public static final int TYPE_CUSTOM = 0; field in interface:Contacts.PhonesColumns
910 * The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
964 if (type != People.Phones.TYPE_CUSTOM) {
1163 public static final int TYPE_CUSTOM = 0; field in interface:Contacts.ContactMethodsColumns
1402 if (type != People.ContactMethods.TYPE_CUSTOM) {
1419 if (type != People.ContactMethods.TYPE_CUSTOM) {
1694 public static final int TYPE_CUSTOM = 0; field in interface:Contacts.OrganizationColumns
1707 * The user provided label, only used if TYPE is TYPE_CUSTOM.
1766 if (type != TYPE_CUSTOM) {
H A DContactsContract.java3981 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
3995 * .withValue(Phone.TYPE, Phone.TYPE_CUSTOM)
5149 public static int TYPE_CUSTOM = 0; field in interface:ContactsContract.CommonDataKinds.BaseTypes
5338 * .withValue(Nickname.TYPE, Nickname.TYPE_CUSTOM)
5369 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5438 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5606 * for {@link #TYPE_CUSTOM}.
5610 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) {
5646 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5757 * for {@link #TYPE_CUSTOM}
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java328 if (mType == Phone.TYPE_CUSTOM) {
398 // Used only when TYPE is TYPE_CUSTOM.
418 if (mType == Email.TYPE_CUSTOM) {
561 if (mType == StructuredPostal.TYPE_CUSTOM) {
650 && (mType == StructuredPostal.TYPE_CUSTOM ? TextUtils.equals(mLabel,
1373 if (mType == SipAddress.TYPE_CUSTOM) {
2206 type = StructuredPostal.TYPE_CUSTOM;
2243 type = Email.TYPE_CUSTOM;
2326 type = Phone.TYPE_CUSTOM;
2444 type = SipAddress.TYPE_CUSTOM;
[all...]
H A DVCardUtils.java241 || type == Phone.TYPE_CUSTOM
246 type = Phone.TYPE_CUSTOM;
269 if (type == Phone.TYPE_CUSTOM) {
H A DVCardBuilder.java1025 sPostalTypePriorityMap.put(StructuredPostal.TYPE_CUSTOM, 3);
1242 case Im.TYPE_CUSTOM: {
1514 case StructuredPostal.TYPE_CUSTOM: {
1560 case Email.TYPE_CUSTOM: {
1703 case Phone.TYPE_CUSTOM: {

Completed in 818 milliseconds