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 381 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL);
382 if (phoneLabel != null) {
383 text = phoneLabel;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 90 public String phoneLabel;
91 /* Split up the phoneLabel into number type and label name */
158 info.phoneLabel = null;
200 info.phoneLabel = Phone.getDisplayLabel(context,
607 .append("\nphoneLabel: " + phoneLabel)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 88 public String phoneLabel;
89 /* Split up the phoneLabel into number type and label name */
156 info.phoneLabel = null;
198 info.phoneLabel = Phone.getDisplayLabel(context,
607 .append("\nphoneLabel: " + phoneLabel)

Completed in 58 milliseconds