Searched refs:isCustomPhoneType (Results 1 – 3 of 3) 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()
53 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() method in ContactDisplayUtils72 if (isCustomPhoneType(type)) { in getLabelForCallOrSms()
543 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()555 return ContactDisplayUtils.isCustomPhoneType(type); in isCustom()