Searched refs:PhoneticNameEditorView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhoneticNameEditorView.java32 public class PhoneticNameEditorView extends TextFieldsEditorView { class in inherits:TextFieldsEditorView
92 public PhoneticNameEditorView(Context context) { method in class:PhoneticNameEditorView
96 public PhoneticNameEditorView(Context context, AttributeSet attrs) { method in class:PhoneticNameEditorView
100 public PhoneticNameEditorView(Context context, AttributeSet attrs, int defStyle) { method in class:PhoneticNameEditorView
H A DRawContactEditorView.java71 private PhoneticNameEditorView mPhoneticName;
143 mPhoneticName = (PhoneticNameEditorView)findViewById(R.id.edit_phonetic_name);

Completed in 83 milliseconds