Home | History | Annotate | Download | only in contacts

Lines Matching defs:phoneticFamilyName

93         public String phoneticFamilyName;
138 return phoneticFamilyName;
163 phoneticFamilyName = values.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
178 putValueIfPresent(values, StructuredName.PHONETIC_FAMILY_NAME, phoneticFamilyName);
197 phoneticFamilyName = null;
208 && TextUtils.isEmpty(phoneticFamilyName)
218 + phoneticFamilyName + "]";
552 return join(null, name.phoneticFamilyName,
1038 int bestGuess = guessPhoneticNameStyle(name.phoneticFamilyName);