Home
last modified time | relevance | path

Searched refs:isCustomPhoneType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
DContactDisplayUtilTests.java49 assertTrue(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_CUSTOM)); in testIsCustomPhoneTypeReturnsTrue()
50 assertTrue(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_ASSISTANT)); in testIsCustomPhoneTypeReturnsTrue()
54 assertFalse(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_HOME)); in testIsCustomPhoneTypeReturnsFalse()
55 assertFalse(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_FAX_WORK)); in testIsCustomPhoneTypeReturnsFalse()
56 assertFalse(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_MOBILE)); in testIsCustomPhoneTypeReturnsFalse()
57 assertFalse(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_OTHER)); in testIsCustomPhoneTypeReturnsFalse()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactDisplayUtils.java53 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils
72 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java543 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()
555 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()