Searched refs:sortKeyPrimary (Results 1 – 1 of 1) sorted by relevance
4704 String sortKeyPrimary = null; in updateRawContactDisplayName() local4744 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()4761 sortKeyPrimary = sortKeyAlternative = sortNamePrimary; in updateRawContactDisplayName()4765 if (sortKeyPrimary == null) { in updateRawContactDisplayName()4766 sortKeyPrimary = sortNamePrimary; in updateRawContactDisplayName()4771 int phonebookBucketPrimary = TextUtils.isEmpty(sortKeyPrimary) in updateRawContactDisplayName()4773 : localeUtils.getBucketIndex(sortKeyPrimary); in updateRawContactDisplayName()4802 bindString(rawContactDisplayNameUpdate, 6, sortKeyPrimary); in updateRawContactDisplayName()