Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java81 private SimContactAdapter mAdapter;
103 mAdapter = new SimContactAdapter(getActivity()); in onCreate()
358 private static class SimContactAdapter extends ArrayAdapter<SimContact> { class in SimImportFragment
363 public SimContactAdapter(Context context) { in SimContactAdapter() method in SimImportFragment.SimContactAdapter