Searched refs:SelectSubscriptionAdapter (Results 1 – 1 of 1) sorted by relevance
56 protected SelectSubscriptionAdapter mAdapter;77 mAdapter = new SelectSubscriptionAdapter(builder.getContext(), mSubscriptions); in onCreateDialog()139 private static class SelectSubscriptionAdapter extends BaseAdapter { class in SimListDialogFragment144 public SelectSubscriptionAdapter(Context context, List<SubscriptionInfo> subscriptions) { in SelectSubscriptionAdapter() method in SimListDialogFragment.SelectSubscriptionAdapter