/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_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_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,
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
Fixtures.java | 29 public static final String TYPE_CUSTOM = "android.accounts.test.custom";
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/ |
EventCompat.java | 36 * the given label value for TYPE_CUSTOM. 51 if (type == BaseTypes.TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
|
/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/dataitem/ |
EventDataItem.java | 56 } else if (getKindTypeColumn(mKind) == Event.TYPE_CUSTOM &&
|
RelationDataItem.java | 56 } else if (getKindTypeColumn(mKind) == Relation.TYPE_CUSTOM &&
|
/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...] |
/external/libchrome/base/threading/ |
thread.cc | 101 type = MessageLoop::TYPE_CUSTOM; 264 if (message_loop->type() != MessageLoop::TYPE_CUSTOM) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
GoogleAccountType.java | 97 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) 115 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( 146 kind.typeList.add(buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true) 172 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
|
SamsungAccountType.java | 143 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) 161 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( 192 kind.typeList.add(buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true) 218 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/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/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;
|