Searched defs:InCallContactInteractionsListAdapter (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ | ||
H A D | InCallContactInteractions.java | 57 private InCallContactInteractionsListAdapter mListAdapter; 69 public InCallContactInteractionsListAdapter getListAdapter() { 84 mListAdapter = new InCallContactInteractionsListAdapter(mContext, 377 private class InCallContactInteractionsListAdapter extends ArrayAdapter<ContactContextInfo> { class in class:InCallContactInteractions 381 public InCallContactInteractionsListAdapter(Context context, int resource) { method in class:InCallContactInteractions.InCallContactInteractionsListAdapter |
Completed in 36 milliseconds