Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DDebugMmsConfigFragment.java64 listView.setAdapter(new MmsConfigAdapter(getActivity(), subIdArray[position])); in onCreateView()
97 private class MmsConfigAdapter extends BaseAdapter implements class in DebugMmsConfigFragment
103 public MmsConfigAdapter(Context context, int subId) { in MmsConfigAdapter() method in DebugMmsConfigFragment.MmsConfigAdapter