HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_CUSTOM (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /cts/tests/tests/provider/src/android/provider/cts/contacts/
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_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_OrganizationTest.java 40 assertGetTypeLabel(Organization.TYPE_CUSTOM);
53 int res = Organization.getTypeLabelResource(Im.TYPE_CUSTOM);
55 assertEquals(label, Organization.getTypeLabel(mResources, Im.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));
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));
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,
  /packages/apps/Contacts/src/com/android/contacts/compat/
EventCompat.java 36 * the given label value for TYPE_CUSTOM.
51 if (type == BaseTypes.TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
Fixtures.java 29 public static final String TYPE_CUSTOM = "android.accounts.test.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/Contacts/src/com/android/contacts/model/dataitem/
EventDataItem.java 56 } else if (getKindTypeColumn(mKind) == Event.TYPE_CUSTOM &&
RelationDataItem.java 56 } else if (getKindTypeColumn(mKind) == Relation.TYPE_CUSTOM &&
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
EventDataItem.java 55 } else if (getKindTypeColumn(mKind) == Event.TYPE_CUSTOM
RelationDataItem.java 55 } else if (getKindTypeColumn(mKind) == Relation.TYPE_CUSTOM
  /packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java 99 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true)
117 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
148 kind.typeList.add(buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true)
174 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
GoogleAccountType.java 96 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL));
114 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL));
150 buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Relation.LABEL));
176 buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true).setCustomColumn(Event.LABEL));
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
ContactDisplayUtilTests.java 49 assertTrue(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_CUSTOM));
61 final CharSequence smsResult = ContactDisplayUtils.getLabelForCallOrSms(Phone.TYPE_CUSTOM,
65 final CharSequence callResult = ContactDisplayUtils.getLabelForCallOrSms(Phone.TYPE_CUSTOM,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 349 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM);
363 Organizations.TYPE, Organizations.TYPE_CUSTOM, Organizations.TYPE_OTHER,
382 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM);
392 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM);
410 values.put(Phones.TYPE, Phones.TYPE_CUSTOM);
436 values.put(People.TYPE, Phones.TYPE_CUSTOM);
444 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL);
454 values.put(Phones.TYPE, Phones.TYPE_CUSTOM);
484 values.put(Phones.TYPE, Phones.TYPE_CUSTOM);
503 ContactMethods.TYPE_CUSTOM, "Some other way", "foo@acme.com", null, true)
    [all...]

Completed in 172 milliseconds

1 2 3 4