Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/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/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java49 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils
68 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java53 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils
72 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java541 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()
553 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java684 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()
697 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()