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.java130 private String mPhoneBookLabel; field in Contact
306 mPhoneBookLabel = cursor.getString(phoneBookLabelColumn); in loadBasicInfo()
478 return mPhoneBookLabel; in getPhonebookLabel()
584 dest.writeString(mPhoneBookLabel); in writeToParcel()
629 contact.mPhoneBookLabel = source.readString(); in fromParcel()
669 mPhoneBookLabel, otherContact.getPhonebookLabel()); in compareBySortKeyPrimary()