Home
last modified time | relevance | path

Searched refs:mPhoneBookLabel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java128 private String mPhoneBookLabel; field in Contact
295 mPhoneBookLabel = cursor.getString(phoneBookLabelColumn); in loadBasicInfo()
456 return mPhoneBookLabel; in getPhonebookLabel()
562 dest.writeString(mPhoneBookLabel); in writeToParcel()
607 contact.mPhoneBookLabel = source.readString(); in fromParcel()
647 mPhoneBookLabel, otherContact.getPhonebookLabel()); in compareBySortKeyPrimary()