Searched refs:mPhoneticName (Results 1 – 3 of 3) sorted by relevance
68 private PhoneticNameEditorView mPhoneticName; field in RawContactEditorView108 if (mPhoneticName != null) { in setEnabled()109 mPhoneticName.setEnabled(enabled); in setEnabled()135 mPhoneticName = (PhoneticNameEditorView)findViewById(R.id.edit_phonetic_name); in onFinishInflate()136 mPhoneticName.setDeletable(false); in onFinishInflate()216 mPhoneticName.setEnabled(isEnabled()); in setState()221 mPhoneticName.setVisibility(View.VISIBLE); in setState()243 mPhoneticName.setValues( in setState()391 return mPhoneticName; in getPhoneticNameEditor()398 if (showByDefault || mPhoneticName.hasData() || mPhoneticNameAdded) { in updatePhoneticNameVisibility()[all …]
36 private String mPhoneticName; field in PhoneticNameEditorView.PhoneticValuesDelta46 mPhoneticName = value; in put()57 return mPhoneticName; in getAsString()77 mPhoneticName = PhoneticNameEditorView.buildPhoneticName(family, middle, given); in buildPhoneticName()
133 private final String mPhoneticName; field in ContactLoader.Result181 mPhoneticName = null; in Result()223 mPhoneticName = phoneticName; in Result()248 mPhoneticName = from.mPhoneticName; in Result()389 return mPhoneticName; in getPhoneticName()