Home
last modified time | relevance | path

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

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