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.java4590 String bestPhoneticName = null; in updateRawContactDisplayName() local
4657 bestPhoneticName = c.getString( in updateRawContactDisplayName()
4669 bestPhoneticName = null; in updateRawContactDisplayName()
4683 bestPhoneticName = null; in updateRawContactDisplayName()
4721 bestPhoneticName = mNameSplitter.joinPhoneticName(bestName); in updateRawContactDisplayName()
4728 if (bestPhoneticName != null) { in updateRawContactDisplayName()
4730 displayNamePrimary = bestPhoneticName; in updateRawContactDisplayName()
4733 displayNameAlternative = bestPhoneticName; in updateRawContactDisplayName()
4737 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()
4739 bestPhoneticNameStyle = mNameSplitter.guessPhoneticNameStyle(bestPhoneticName); in updateRawContactDisplayName()
[all …]