Home
last modified time | relevance | path

Searched defs:phoneLabel (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactEntry.java33 public String phoneLabel; field in ContactEntry
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DCp2Contact.java33 public abstract String phoneLabel(); in phoneLabel() method in Cp2Contact
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DShortcutIntentBuilder.java314 byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, in createPhoneNumberShortcutIntent()
402 private Bitmap generatePhoneNumberIcon(Drawable photo, int phoneType, String phoneLabel, in generatePhoneNumberIcon()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java95 public String phoneLabel; field in CallerInfo
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfo.java106 public String phoneLabel; field in CallerInfo
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java482 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java1521 String phoneLabel = null; in dataItemToEntry() local