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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntry.java 29 public String phoneLabel;
PhoneNumberListAdapter.java 430 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL);
431 if (phoneLabel != null) {
432 text = phoneLabel;
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 87 public String phoneLabel;
88 /* Split up the phoneLabel into number type and label name */
164 info.phoneLabel = null;
206 info.phoneLabel = Phone.getTypeLabel(context.getResources(),
526 .append("\nphoneLabel: " + 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 */
170 info.phoneLabel = null;
212 info.phoneLabel = Phone.getDisplayLabel(context,
639 .append("\nphoneLabel: " + phoneLabel)

Completed in 713 milliseconds