Searched refs:phoneLabel (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/ |
D | ShortcutIntentBuilder.java | 300 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/ |
D | CallerInfo.java | 113 public String phoneLabel; field in CallerInfo 200 info.phoneLabel = null; in getCallerInfo() 244 info.phoneLabel = in getCallerInfo() 548 .append("\nphoneLabel: " + phoneLabel) in toString()
|
D | CallerInfoUtils.java | 137 info.label = ci.phoneLabel; in buildCachedContactInfo()
|
D | ContactInfoCache.java | 249 label = info.phoneLabel; in populateCacheEntry()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PhoneNumberListAdapter.java | 482 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/ |
D | PhoneNumberListAdapter.java | 387 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber() local 388 if (phoneLabel != null) { in bindPhoneNumber() 389 text = phoneLabel; in bindPhoneNumber()
|
D | ContactEntry.java | 39 public String phoneLabel; field in ContactEntry
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | PhoneFavoritesTileAdapter.java | 223 existing.phoneLabel = null; in saveCursorToCache() 258 contact.phoneLabel = in saveCursorToCache()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | CallerInfoIntegrationTest.java | 53 assertEquals("Home", callerInfo.phoneLabel); in testCallerInfo()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 1707 String phoneLabel = null; in dataItemToEntry() local 1718 phoneLabel = label; in dataItemToEntry() 1723 phoneLabel= text; in dataItemToEntry() 1771 phoneLabel); in dataItemToEntry()
|