/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContract_CommonDataKinds_SipAddressTest.java | 37 assertGetTypeLabel(SipAddress.TYPE_CUSTOM); in testGetTypeLabel() 50 int res = SipAddress.getTypeLabelResource(SipAddress.TYPE_CUSTOM); in assertCustomTypeLabel() 52 assertEquals(label, SipAddress.getTypeLabel(mResources, SipAddress.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_StructuredPostalTest.java | 37 assertGetTypeLabel(StructuredPostal.TYPE_CUSTOM); in testGetTypeLabel() 50 int res = StructuredPostal.getTypeLabelResource(StructuredPostal.TYPE_CUSTOM); in assertCustomTypeLabel() 53 StructuredPostal.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_EmailTest.java | 38 assertGetTypeLabel(Email.TYPE_CUSTOM); in testGetTypeLabel() 51 int res = Email.getTypeLabelResource(Email.TYPE_CUSTOM); in assertCustomTypeLabel() 53 assertEquals(label, Email.getTypeLabel(mResources, Email.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_OrganizationTest.java | 40 assertGetTypeLabel(Organization.TYPE_CUSTOM); in testGetTypeLabel() 53 int res = Organization.getTypeLabelResource(Im.TYPE_CUSTOM); in assertCustomTypeLabel() 55 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_RelationTest.java | 48 assertGetTypeLabel(Relation.TYPE_CUSTOM); in testGetTypeLabel() 61 int res = Relation.getTypeLabelResource(Relation.TYPE_CUSTOM); in assertCustomTypeLabel() 63 assertEquals(label, Relation.getTypeLabel(mResources, Relation.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_PhoneTest.java | 54 assertGetTypeLabel(Phone.TYPE_CUSTOM); in testGetTypeLabel() 67 int res = Phone.getTypeLabelResource(Phone.TYPE_CUSTOM); in assertCustomTypeLabel() 69 assertEquals(label, Phone.getTypeLabel(mResources, Phone.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_ImTest.java | 51 assertGetTypeLabel(Im.TYPE_CUSTOM); in testGetTypeLabel() 78 int res = Im.getTypeLabelResource(Im.TYPE_CUSTOM); in assertCustomTypeLabel() 80 assertEquals(label, Im.getTypeLabel(mResources, Im.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
D | Contacts_ContactMethodsTest.java | 53 ContactMethods.TYPE_CUSTOM, label).toString(); in test() 57 ContactMethods.TYPE_CUSTOM, label).toString(); in test()
|
D | Contacts_PhonesTest.java | 27 Phones.TYPE_CUSTOM, label).toString(); in testGetDisplayLabel() 43 Phones.TYPE_CUSTOM, label, labelArray).toString(); in testGetDisplayLabelCharSequenceArray()
|
D | Contacts_OrganizationsTest.java | 26 Organizations.TYPE_CUSTOM, label).toString(); in testGetDisplayLabel()
|
D | ContactsContract_CommonDataKinds_EventTest.java | 28 assertGetTypeLabel(Event.TYPE_CUSTOM); in testGetTypeLabel()
|
D | ContactsTest.java | 315 value.put(Phones.TYPE, Phones.TYPE_CUSTOM); in testPhonesTable() 324 assertEquals(Phones.TYPE_CUSTOM, cursor.getInt(TYPE_INDEX)); in testPhonesTable() 401 value.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); in testOrganizationsTable() 411 assertEquals(Organizations.TYPE_CUSTOM, cursor.getInt(TYPE_INDEX)); in testOrganizationsTable() 523 value.put(Calls.CACHED_NUMBER_TYPE, Phones.TYPE_CUSTOM); in testCallsTable() 544 assertEquals(Phones.TYPE_CUSTOM, cursor.getInt(CACHED_NUMBER_TYPE_INDEX)); in testCallsTable() 631 value.put(ContactMethods.TYPE, ContactMethods.TYPE_CUSTOM); 643 assertEquals(ContactMethods.TYPE_CUSTOM, cursor.getInt(TYPE_INDEX));
|
D | ContactsContract_DataTest.java | 687 values.put(CommonDataKinds.Phone.TYPE, CommonDataKinds.Phone.TYPE_CUSTOM); in createData()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | Fixtures.java | 29 public static final String TYPE_CUSTOM = "android.accounts.test.custom"; field in Fixtures
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 35871 field @Deprecated public static final int TYPE_CUSTOM = 0; // 0x0 35985 field @Deprecated public static final int TYPE_CUSTOM = 0; // 0x0 36064 field @Deprecated public static final int TYPE_CUSTOM = 0; // 0x0 36159 field public static final int TYPE_CUSTOM = 0; // 0x0
|