Searched refs:sortKeyPrimary (Results 1 – 1 of 1) sorted by relevance
4697 String sortKeyPrimary = null; in updateRawContactDisplayName() local4737 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()4754 sortKeyPrimary = sortKeyAlternative = sortNamePrimary; in updateRawContactDisplayName()4758 if (sortKeyPrimary == null) { in updateRawContactDisplayName()4759 sortKeyPrimary = sortNamePrimary; in updateRawContactDisplayName()4764 int phonebookBucketPrimary = TextUtils.isEmpty(sortKeyPrimary) in updateRawContactDisplayName()4766 : localeUtils.getBucketIndex(sortKeyPrimary); in updateRawContactDisplayName()4795 bindString(rawContactDisplayNameUpdate, 6, sortKeyPrimary); in updateRawContactDisplayName()