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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntry.java29 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,
362 private Bitmap generatePhoneNumberIcon(Drawable photo, int phoneType, String phoneLabel, argument
380 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/InCallUI/src/com/android/incallui/
H A DCallerInfo.java87 public String phoneLabel; field in class:CallerInfo
88 /* Split up the phoneLabel into number type and label name */
170 info.phoneLabel = null;
212 info.phoneLabel = Phone.getTypeLabel(context.getResources(),
532 .append("\nphoneLabel: " + phoneLabel)

Completed in 266 milliseconds