/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_CommonDataKinds_EmailTest.java | 38 assertGetTypeLabel(Email.TYPE_CUSTOM); 51 int res = Email.getTypeLabelResource(Email.TYPE_CUSTOM); 53 assertEquals(label, Email.getTypeLabel(mResources, Email.TYPE_CUSTOM, label));
|
ContactsContract_CommonDataKinds_OrganizationTest.java | 37 assertGetTypeLabel(Organization.TYPE_CUSTOM); 50 int res = Organization.getTypeLabelResource(Im.TYPE_CUSTOM); 52 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
|
ContactsContract_CommonDataKinds_SipAddressTest.java | 37 assertGetTypeLabel(SipAddress.TYPE_CUSTOM); 50 int res = SipAddress.getTypeLabelResource(SipAddress.TYPE_CUSTOM); 52 assertEquals(label, SipAddress.getTypeLabel(mResources, SipAddress.TYPE_CUSTOM, label));
|
ContactsContract_CommonDataKinds_StructuredPostalTest.java | 37 assertGetTypeLabel(StructuredPostal.TYPE_CUSTOM); 50 int res = StructuredPostal.getTypeLabelResource(StructuredPostal.TYPE_CUSTOM); 53 StructuredPostal.TYPE_CUSTOM, label));
|
ContactsContract_CommonDataKinds_EventTest.java | 28 assertGetTypeLabel(Event.TYPE_CUSTOM);
|
ContactsContract_CommonDataKinds_PhoneTest.java | 54 assertGetTypeLabel(Phone.TYPE_CUSTOM); 67 int res = Phone.getTypeLabelResource(Phone.TYPE_CUSTOM); 69 assertEquals(label, Phone.getTypeLabel(mResources, Phone.TYPE_CUSTOM, label));
|
ContactsContract_CommonDataKinds_RelationTest.java | 48 assertGetTypeLabel(Relation.TYPE_CUSTOM); 61 int res = Relation.getTypeLabelResource(Relation.TYPE_CUSTOM); 63 assertEquals(label, Relation.getTypeLabel(mResources, Relation.TYPE_CUSTOM, label));
|
ContactsContract_CommonDataKinds_ImTest.java | 51 assertGetTypeLabel(Im.TYPE_CUSTOM); 78 int res = Im.getTypeLabelResource(Im.TYPE_CUSTOM); 80 assertEquals(label, Im.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
|
Contacts_ContactMethodsTest.java | 57 ContactMethods.TYPE_CUSTOM, label).toString(); 76 ContactMethods.TYPE_CUSTOM, label).toString(); 80 ContactMethods.TYPE_CUSTOM, label).toString(); 84 ContactMethods.TYPE_CUSTOM, label).toString(); 88 ContactMethods.TYPE_CUSTOM, label).toString();
|
Contacts_OrganizationsTest.java | 27 Organizations.TYPE_CUSTOM, label).toString();
|
Contacts_PhonesTest.java | 27 Phones.TYPE_CUSTOM, label).toString(); 73 Phones.TYPE_CUSTOM, label, labelArray).toString();
|
/packages/apps/Contacts/src/com/android/contacts/ |
TypePrecedence.java | 45 Phone.TYPE_CUSTOM, 56 Email.TYPE_CUSTOM, 62 StructuredPostal.TYPE_CUSTOM, 68 Im.TYPE_CUSTOM, 74 Organization.TYPE_CUSTOM,
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
TypePrecedence.java | 38 Phone.TYPE_CUSTOM, 48 Email.TYPE_CUSTOM, 54 StructuredPostal.TYPE_CUSTOM, 60 Im.TYPE_CUSTOM, 66 Organization.TYPE_CUSTOM,
|
FallbackSource.java | 199 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn( 239 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( 266 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_CUSTOM).setSecondary(true) 358 kind.typeList.add(buildOrgType(Organization.TYPE_CUSTOM).setSecondary(true) 501 return type == BaseTypes.TYPE_CUSTOM; 539 return type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT; 574 return (type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT);
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
ContactDisplayUtilTests.java | 33 assertTrue(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_CUSTOM)); 45 final CharSequence smsResult = ContactDisplayUtils.getLabelForCallOrSms(Phone.TYPE_CUSTOM, 49 final CharSequence callResult = ContactDisplayUtils.getLabelForCallOrSms(Phone.TYPE_CUSTOM,
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List3.java | 62 if (type == Phone.TYPE_CUSTOM) {
|
List7.java | 87 if (type == Phone.TYPE_CUSTOM) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
GoogleAccountType.java | 90 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) 108 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( 139 kind.typeList.add(buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true) 165 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactsProviderTest.java | 330 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); 344 Organizations.TYPE, Organizations.TYPE_CUSTOM, Organizations.TYPE_OTHER, 363 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); 373 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); 391 values.put(Phones.TYPE, Phones.TYPE_CUSTOM); 415 values.put(People.TYPE, Phones.TYPE_CUSTOM); 423 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL); 433 values.put(Phones.TYPE, Phones.TYPE_CUSTOM); 463 values.put(Phones.TYPE, Phones.TYPE_CUSTOM); 482 ContactMethods.TYPE_CUSTOM, "Some other way", "foo@acme.com", null, true) [all...] |
CallLogProviderTest.java | 138 values.put(Calls.CACHED_NUMBER_TYPE, Phone.TYPE_CUSTOM); 181 ci.numberType = Phone.TYPE_CUSTOM; 193 values.put(Calls.CACHED_NUMBER_TYPE, Phone.TYPE_CUSTOM);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactsUtils.java | 90 customType = Phone.TYPE_CUSTOM; 94 customType = Email.TYPE_CUSTOM; 98 customType = StructuredPostal.TYPE_CUSTOM; 102 customType = Organization.TYPE_CUSTOM;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForEmail.java | 91 case Email.TYPE_CUSTOM: return 2;
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardExporterTests.java | 602 .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) [all...] |
VCardJapanizationTests.java | 217 .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)
|
/frameworks/base/core/java/android/provider/ |
Contacts.java | 872 public static final int TYPE_CUSTOM = 0; [all...] |