Searched refs:isCustomPhoneType (Results 1 – 5 of 5) sorted by relevance
49 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()
46 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils65 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
45 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils
541 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()553 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()
684 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()697 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()