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