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()
49 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils68 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
53 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils72 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
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()