Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java72 private EditTypeAdapter mEditTypeAdapter;
296 mEditTypeAdapter = new EditTypeAdapter(getContext()); in rebuildLabel()
566 private class EditTypeAdapter extends ArrayAdapter<EditType> { class in LabeledEditorView
573 public EditTypeAdapter(Context context) { in EditTypeAdapter() method in LabeledEditorView.EditTypeAdapter