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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 52 assertEquals("Home", callerInfo.phoneLabel);
  /packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java 272 String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) {
279 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
283 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
339 private Bitmap generatePhoneNumberIcon(Bitmap photo, int phoneType, String phoneLabel,
362 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
ContactTileView.java 109 mPhoneLabel.setText(entry.phoneLabel);
ContactTileAdapter.java 251 contact.phoneLabel = (String) Phone.getTypeLabel(mResources, phoneNumberType,
656 public String phoneLabel;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 91 public String phoneLabel;
92 /* Split up the phoneLabel into number type and label name */
136 info.phoneLabel = null;
178 info.phoneLabel = Phone.getDisplayLabel(context,
575 .append("\nphoneLabel: " + phoneLabel)
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 231 assertNull(mInfo.phoneLabel);
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 260 callerNumberType = ci.phoneLabel;
CallNotifier.java     [all...]
CallCard.java     [all...]

Completed in 413 milliseconds