Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java635 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21ComplicatedCase()
662 .put(Email.TYPE, Email.TYPE_CUSTOM) in testV21ComplicatedCase()
692 .put(Email.TYPE, Email.TYPE_CUSTOM) in testInvalidMultipleLineV21()
921 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
925 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
929 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
943 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
950 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
954 .put(Phone.TYPE, Phone.TYPE_CUSTOM) in testV21MultipleEntryCase()
965 .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.java871 public static final int TYPE_CUSTOM = 0; field
963 if (type != People.Phones.TYPE_CUSTOM) { in getDisplayLabel()
1162 public static final int TYPE_CUSTOM = 0; field
1401 if (type != People.ContactMethods.TYPE_CUSTOM) { in getDisplayLabel()
1418 if (type != People.ContactMethods.TYPE_CUSTOM) { in getDisplayLabel()
1693 public static final int TYPE_CUSTOM = 0; field
1765 if (type != TYPE_CUSTOM) { in getDisplayLabel()
DContactsContract.java5485 public static int TYPE_CUSTOM = 0; field
5960 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) { in getTypeLabel()
6159 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6367 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6505 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6713 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6840 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
6936 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
7265 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) { in getTypeLabel()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java185 if (type == BufferedImage.TYPE_CUSTOM) { in createRectangularDropShadow()
212 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/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DImageUtils.java209 if (imageType == BufferedImage.TYPE_CUSTOM) { in scale()
/frameworks/base/api/
Dcurrent.txt24915 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
25029 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
25108 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
25203 field public static final int TYPE_CUSTOM = 0; // 0x0
Dsystem-current.txt26871 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
26985 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
27064 field public static final deprecated int TYPE_CUSTOM = 0; // 0x0
27159 field public static final int TYPE_CUSTOM = 0; // 0x0