Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java1088 final String phoneticFullName = values.getAsString(DataKind.PSEUDO_COLUMN_PHONETIC_NAME); in migrateStructuredName() local
1089 if (!TextUtils.isEmpty(phoneticFullName)) { in migrateStructuredName()
1093 NameConverter.parsePhoneticName(phoneticFullName, null); in migrateStructuredName()