Searched refs:mSortKeyPrimary (Results 1 – 1 of 1) sorted by relevance
146 private String mSortKeyPrimary; field in Contact304 mSortKeyPrimary = cursor.getString(sortKeyPrimaryColumn); in loadBasicInfo()582 dest.writeString(mSortKeyPrimary); in writeToParcel()627 contact.mSortKeyPrimary = source.readString(); in fromParcel()668 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()