Home
last modified time | relevance | path

Searched refs:TYPE_CUSTOM (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java655 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testComplicatedCase()
682 .put(Email.TYPE, Email.TYPE_CUSTOM) in testComplicatedCase()
712 .put(Email.TYPE, Email.TYPE_CUSTOM) in testInvalidMultipleLineV21()
974 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
978 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
982 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
996 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
1003 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
1007 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
1018 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
[all …]
DVCardJapanizationTests.java217 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM) in testPostalAddressWithJapaneseCommon()
266 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM) in testPostalAdrressForDoCoMo_1()
291 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM) in testPostalAdrressForDoCoMo_2()
310 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM) in testPostalAdrressForDoCoMo_3()
317 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_CUSTOM) in testPostalAdrressForDoCoMo_3()
DVCardExporterTests.java602 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
606 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
610 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
614 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
618 .put(Phone.TYPE, Phone.TYPE_CUSTOM); in testMiscPhoneTypeHandling()
621 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
625 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
629 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testMiscPhoneTypeHandling()
1066 .put(Event.TYPE, Event.TYPE_CUSTOM) in testEventCommon()
1084 Event.TYPE_CUSTOM, "The last day")); in testEventCommon()
[all …]
/frameworks/base/core/java/android/provider/
DContacts.java865 public static final int TYPE_CUSTOM = 0; field
957 if (type != People.Phones.TYPE_CUSTOM) { in getDisplayLabel()
1156 public static final int TYPE_CUSTOM = 0; field
1395 if (type != People.ContactMethods.TYPE_CUSTOM) { in getDisplayLabel()
1412 if (type != People.ContactMethods.TYPE_CUSTOM) { in getDisplayLabel()
1687 public static final int TYPE_CUSTOM = 0; field
1759 if (type != TYPE_CUSTOM) { in getDisplayLabel()
DContactsContract.java5717 public static int TYPE_CUSTOM = 0; field
6211 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) { in getTypeLabel()
6432 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6640 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6778 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6985 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
7112 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
7208 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
7537 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
/frameworks/base/core/java/android/view/
DPointerIcon.java54 public static final int TYPE_CUSTOM = -1; field in PointerIcon
295 PointerIcon icon = new PointerIcon(TYPE_CUSTOM); in create()
328 PointerIcon icon = new PointerIcon(TYPE_CUSTOM); in load()
DViewRootImpl.java5571 if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { in updatePointerIcon()
5576 if (mPointerIconType == PointerIcon.TYPE_CUSTOM && in updatePointerIcon()
/frameworks/layoutlib/bridge/src/android/view/
DShadowPainter.java187 if (type == BufferedImage.TYPE_CUSTOM) { in createRectangularDropShadow()
214 if (type == BufferedImage.TYPE_CUSTOM) { in createSmallRectangularDropShadow()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java329 if (mType == Phone.TYPE_CUSTOM) { in constructInsertOperation()
419 if (mType == Email.TYPE_CUSTOM) { in constructInsertOperation()
562 if (mType == StructuredPostal.TYPE_CUSTOM) { in constructInsertOperation()
651 && (mType == StructuredPostal.TYPE_CUSTOM ? TextUtils.equals(mLabel, in equals()
1374 if (mType == SipAddress.TYPE_CUSTOM) { in constructInsertOperation()
2208 type = StructuredPostal.TYPE_CUSTOM; in addProperty()
2245 type = Email.TYPE_CUSTOM; in addProperty()
2328 type = Phone.TYPE_CUSTOM; in addProperty()
2452 type = SipAddress.TYPE_CUSTOM; in handleSipCase()
DVCardUtils.java241 || type == Phone.TYPE_CUSTOM in getPhoneTypeFromStrings()
246 type = Phone.TYPE_CUSTOM; in getPhoneTypeFromStrings()
269 if (type == Phone.TYPE_CUSTOM) { in getPhoneTypeFromStrings()
DVCardBuilder.java991 sPostalTypePriorityMap.put(StructuredPostal.TYPE_CUSTOM, 3); in sPostalTypePriorityMap.put() argument
1208 case Im.TYPE_CUSTOM: { in appendIms()
1480 case StructuredPostal.TYPE_CUSTOM: { in appendPostalLine()
1526 case Email.TYPE_CUSTOM: { in appendEmailLine()
1669 case Phone.TYPE_CUSTOM: { in appendTelLine()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java227 Email.TYPE_CUSTOM, in constructPermissionEntry()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java210 if (imageType == BufferedImage.TYPE_CUSTOM) { in scale()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23670 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
23784 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
23863 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
23958 field public static final int TYPE_CUSTOM = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt36948 field @Deprecated public static final int TYPE_CUSTOM = 0; // 0x0
37062 field @Deprecated public static final int TYPE_CUSTOM = 0; // 0x0
37141 field @Deprecated public static final int TYPE_CUSTOM = 0; // 0x0
37236 field public static final int TYPE_CUSTOM = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81435 Landroid/view/PointerIcon;->TYPE_CUSTOM:I