Searched refs:selectionIndex (Results 1 – 1 of 1) sorted by relevance
83 public void onClick(DialogInterface dialog, int selectionIndex) { in onClick() argument84 if (selectionIndex >= 0 && selectionIndex < mSubscriptions.size()) { in onClick()86 final SubscriptionInfo subscription = mSubscriptions.get(selectionIndex); in onClick()