Home
last modified time | relevance | path

Searched refs:bestPhoneticName (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4621 String bestPhoneticName = null; in updateRawContactDisplayName() local
4688 bestPhoneticName = c.getString( in updateRawContactDisplayName()
4700 bestPhoneticName = null; in updateRawContactDisplayName()
4714 bestPhoneticName = null; in updateRawContactDisplayName()
4752 bestPhoneticName = mNameSplitter.joinPhoneticName(bestName); in updateRawContactDisplayName()
4759 if (bestPhoneticName != null) { in updateRawContactDisplayName()
4761 displayNamePrimary = bestPhoneticName; in updateRawContactDisplayName()
4764 displayNameAlternative = bestPhoneticName; in updateRawContactDisplayName()
4768 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()
4770 bestPhoneticNameStyle = mNameSplitter.guessPhoneticNameStyle(bestPhoneticName); in updateRawContactDisplayName()
[all …]