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