Searched refs:confirmationMessage (Results 1 – 3 of 3) sorted by relevance
54 final CharSequence confirmationMessage = getConfirmationMessage(getCandidate(selectedKey)); in onRadioButtonClicked() local56 if (TextUtils.isEmpty(confirmationMessage)) { in onRadioButtonClicked()60 newConfirmationDialogFragment(selectedKey, confirmationMessage); in onRadioButtonClicked()89 CharSequence confirmationMessage) { in newConfirmationDialogFragment() argument91 fragment.init(this, selectedKey, confirmationMessage); in newConfirmationDialogFragment()
85 CharSequence confirmationMessage) { in newConfirmationDialogFragment() argument88 fragment.init(this, selectedKey, confirmationMessage); in newConfirmationDialogFragment()
166 TextView confirmationMessage = in setAccessibilityTitle() local168 if (confirmationMessage != null) { in setAccessibilityTitle()170 confirmationMessage.getText()).toString(); in setAccessibilityTitle()