Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/util/
DContactDisplayUtilTests.java70 assertEquals(R.string.sms_other, ContactDisplayUtils.getSmsLabelResourceId(null)); in testGetSmsLabelResourceIdReturnsOther()
74 assertEquals(R.string.sms_home, ContactDisplayUtils.getSmsLabelResourceId(Phone.TYPE_HOME)); in testGetSmsLabelResourceIdReturnsMatchHome()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java70 resId = getSmsLabelResourceId(type); in getLabelForCallOrSms()
148 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId() method in ContactDisplayUtils
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java110 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId() method in ContactDisplayUtils
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java558 return ContactDisplayUtils.getSmsLabelResourceId(type); in getTypeLabelResource()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java702 return ContactDisplayUtils.getSmsLabelResourceId(type); in getTypeLabelResource()