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