Searched refs:sortKeyPrimary (Results 1 – 1 of 1) sorted by relevance
4920 String sortKeyPrimary = null; in updateRawContactDisplayName() local4963 sortKeyPrimary = sortKeyAlternative = sortNamePrimary; in updateRawContactDisplayName()4968 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()4983 sortKeyPrimary = sortKeyAlternative = sortNamePrimary; in updateRawContactDisplayName()4987 if (sortKeyPrimary == null) { in updateRawContactDisplayName()4988 sortKeyPrimary = sortNamePrimary; in updateRawContactDisplayName()4993 int phonebookBucketPrimary = TextUtils.isEmpty(sortKeyPrimary) in updateRawContactDisplayName()4995 : localeUtils.getBucketIndex(sortKeyPrimary); in updateRawContactDisplayName()5024 bindString(rawContactDisplayNameUpdate, 6, sortKeyPrimary); in updateRawContactDisplayName()