Searched defs:phoneLabel (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntry.java48 public String phoneLabel; field in class:ContactEntry
H A DShortcutIntentBuilder.java305 byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel,
314 bitmap = generatePhoneNumberIcon(drawable, phoneType, phoneLabel,
318 bitmap = generatePhoneNumberIcon(drawable, phoneType, phoneLabel,
372 private Bitmap generatePhoneNumberIcon(Drawable photo, int phoneType, String phoneLabel, argument
390 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
304 createPhoneNumberShortcutIntent(Uri uri, String displayName, String lookupKey, byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) argument
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfo.java130 public String phoneLabel; field in class:CallerInfo
131 /* Split up the phoneLabel into number type and label name */
215 info.phoneLabel = null;
259 info.phoneLabel = Phone.getTypeLabel(context.getResources(),
559 .append("\nphoneLabel: " + phoneLabel)

Completed in 2115 milliseconds