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.java5832 String bestPhoneticName = null; in updateRawContactDisplayName() local
5899 bestPhoneticName = c.getString( in updateRawContactDisplayName()
5911 bestPhoneticName = null; in updateRawContactDisplayName()
5925 bestPhoneticName = null; in updateRawContactDisplayName()
5963 bestPhoneticName = mNameSplitter.joinPhoneticName(bestName); in updateRawContactDisplayName()
5970 if (bestPhoneticName != null) { in updateRawContactDisplayName()
5972 displayNamePrimary = bestPhoneticName; in updateRawContactDisplayName()
5975 displayNameAlternative = bestPhoneticName; in updateRawContactDisplayName()
5979 sortKeyPrimary = sortKeyAlternative = bestPhoneticName; in updateRawContactDisplayName()
5981 bestPhoneticNameStyle = mNameSplitter.guessPhoneticNameStyle(bestPhoneticName); in updateRawContactDisplayName()
[all …]