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.java71 private EditTypeAdapter mEditTypeAdapter;
294 mEditTypeAdapter = new EditTypeAdapter(getContext()); in rebuildLabel()
563 private class EditTypeAdapter extends ArrayAdapter<EditType> { class in LabeledEditorView
569 public EditTypeAdapter(Context context) { in EditTypeAdapter() method in LabeledEditorView.EditTypeAdapter