Home
last modified time | relevance | path

Searched refs:phoneLabel (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java300 byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, in createPhoneNumberShortcutIntent() argument
313 icon = generatePhoneNumberIcon(drawable, phoneType, phoneLabel, in createPhoneNumberShortcutIntent()
319 icon = generatePhoneNumberIcon(drawable, phoneType, phoneLabel, in createPhoneNumberShortcutIntent()
375 private Bitmap generatePhoneNumberIcon(Drawable photo, int phoneType, String phoneLabel, in generatePhoneNumberIcon() argument
396 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel); in generatePhoneNumberIcon()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java113 public String phoneLabel; field in CallerInfo
200 info.phoneLabel = null; in getCallerInfo()
244 info.phoneLabel = in getCallerInfo()
548 .append("\nphoneLabel: " + phoneLabel) in toString()
DCallerInfoUtils.java137 info.label = ci.phoneLabel; in buildCachedContactInfo()
DContactInfoCache.java249 label = info.phoneLabel; in populateCacheEntry()
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java482 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber() local
483 if (phoneLabel != null) { in bindPhoneNumber()
484 text = phoneLabel; in bindPhoneNumber()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DPhoneNumberListAdapter.java387 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber() local
388 if (phoneLabel != null) { in bindPhoneNumber()
389 text = phoneLabel; in bindPhoneNumber()
DContactEntry.java39 public String phoneLabel; field in ContactEntry
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoritesTileAdapter.java223 existing.phoneLabel = null; in saveCursorToCache()
258 contact.phoneLabel = in saveCursorToCache()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java53 assertEquals("Home", callerInfo.phoneLabel); in testCallerInfo()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1707 String phoneLabel = null; in dataItemToEntry() local
1718 phoneLabel = label; in dataItemToEntry()
1723 phoneLabel= text; in dataItemToEntry()
1771 phoneLabel); in dataItemToEntry()