HomeSort by relevance Sort by last modified time
    Searched refs:phoneLabel (Results 1 - 8 of 8) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 53 assertEquals("Home", callerInfo.phoneLabel);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 290 String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) {
297 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
301 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
357 private Bitmap generatePhoneNumberIcon(Bitmap photo, int phoneType, String phoneLabel,
380 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
ContactTileView.java 115 mPhoneLabel.setText(entry.phoneLabel);
ContactTileAdapter.java 266 contact.phoneLabel = (String) Phone.getTypeLabel(mResources, phoneNumberType,
661 public String phoneLabel;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 93 public String phoneLabel;
94 /* Split up the phoneLabel into number type and label name */
161 info.phoneLabel = null;
203 info.phoneLabel = Phone.getDisplayLabel(context,
600 .append("\nphoneLabel: " + phoneLabel)
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 297 callerNumberType = ci.phoneLabel;
CallNotifier.java     [all...]
CallCard.java     [all...]

Completed in 628 milliseconds