Searched refs:mSortKeyPrimary (Results 1 – 1 of 1) sorted by relevance
144 private String mSortKeyPrimary; field in Contact293 mSortKeyPrimary = cursor.getString(sortKeyPrimaryColumn); in loadBasicInfo()560 dest.writeString(mSortKeyPrimary); in writeToParcel()605 contact.mSortKeyPrimary = source.readString(); in fromParcel()646 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()