Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactDialogFragment.java86 final RawContactViewHolder holder; in getView()
89 holder = new RawContactViewHolder(); in getView()
97 holder = (RawContactViewHolder) view.getTag(); in getView()
144 class RawContactViewHolder { class in PickRawContactDialogFragment.RawContactAccountListAdapter