Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/util/
DContactDisplayUtilTests.java61 assertEquals(R.string.call_other, ContactDisplayUtils.getPhoneLabelResourceId(null)); in testGetPhoneLabelResourceIdReturnsOther()
65 assertEquals(R.string.call_home, ContactDisplayUtils.getPhoneLabelResourceId( in testGetPhoneLabelResourceIdReturnsMatchHome()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java72 resId = getPhoneLabelResourceId(type); in getLabelForCallOrSms()
92 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId() method in ContactDisplayUtils
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java55 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId() method in ContactDisplayUtils
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java546 return ContactDisplayUtils.getPhoneLabelResourceId(type); in getTypeLabelResource()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java689 return ContactDisplayUtils.getPhoneLabelResourceId(type); in getTypeLabelResource()