/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 655 .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 …]
|
D | VCardJapanizationTests.java | 217 .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()
|
D | VCardExporterTests.java | 602 .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/ |
D | Contacts.java | 865 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()
|
D | ContactsContract.java | 5717 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/ |
D | PointerIcon.java | 54 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()
|
D | ViewRootImpl.java | 5571 if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { in updatePointerIcon() 5576 if (mPointerIconType == PointerIcon.TYPE_CUSTOM && in updatePointerIcon()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | ShadowPainter.java | 187 if (type == BufferedImage.TYPE_CUSTOM) { in createRectangularDropShadow() 214 if (type == BufferedImage.TYPE_CUSTOM) { in createSmallRectangularDropShadow()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 329 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()
|
D | VCardUtils.java | 241 || type == Phone.TYPE_CUSTOM in getPhoneTypeFromStrings() 246 type = Phone.TYPE_CUSTOM; in getPhoneTypeFromStrings() 269 if (type == Phone.TYPE_CUSTOM) { in getPhoneTypeFromStrings()
|
D | VCardBuilder.java | 991 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/ |
D | RecipientEntry.java | 227 Email.TYPE_CUSTOM, in constructPermissionEntry()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 210 if (imageType == BufferedImage.TYPE_CUSTOM) { in scale()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23670 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/ |
D | current.txt | 36948 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/ |
D | hiddenapi-greylist-max-o.txt | 81435 Landroid/view/PointerIcon;->TYPE_CUSTOM:I
|