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.java4813 String bestPhoneticName = null; in updateRawContactDisplayName() local
4880 bestPhoneticName = c.getString( in updateRawContactDisplayName()
4892 bestPhoneticName = null; in updateRawContactDisplayName()
4906 bestPhoneticName = null; in updateRawContactDisplayName()
4944 bestPhoneticName = mNameSplitter.joinPhoneticName(bestName); in updateRawContactDisplayName()
4951 if (bestPhoneticName != null) { in updateRawContactDisplayName()
4953 displayNamePrimary = bestPhoneticName; in updateRawContactDisplayName()
4956 displayNameAlternative = bestPhoneticName; in updateRawContactDisplayName()
4965 bestPhoneticNameStyle = mNameSplitter.guessPhoneticNameStyle(bestPhoneticName); in updateRawContactDisplayName()
4968 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()
[all …]