Searched refs:negativeButton (Results 1 – 8 of 8) sorted by relevance
93 Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in deviceNameDisplayIsCorrect() local94 assertThat(negativeButton.isEnabled()).isTrue(); in deviceNameDisplayIsCorrect()106 Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in deviceNameEditSucceeds() local107 assertThat(negativeButton.isEnabled()).isTrue(); in deviceNameEditSucceeds()126 Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in deviceNameEditThenCancelDoesntRename() local127 assertThat(negativeButton.isEnabled()).isTrue(); in deviceNameEditThenCancelDoesntRename()130 negativeButton.performClick(); in deviceNameEditThenCancelDoesntRename()
124 Button negativeButton = alertDialog.getButton(DialogInterface.BUTTON_NEGATIVE); in clickNegativeButton_shouldCloseTheDialog() local125 assertThat(negativeButton).isNotNull(); in clickNegativeButton_shouldCloseTheDialog()127 negativeButton.performClick(); in clickNegativeButton_shouldCloseTheDialog()138 final Button negativeButton = alertDialog.getButton(DialogInterface.BUTTON_NEGATIVE); in clickNegativeButton_shouldCallReject() local139 negativeButton.performClick(); in clickNegativeButton_shouldCallReject()
127 final Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in dialog_subscriptionMissing_noCrash() local128 assertThat(negativeButton).isNotNull(); in dialog_subscriptionMissing_noCrash()129 negativeButton.performClick(); in dialog_subscriptionMissing_noCrash()138 final Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in dialog_cancelButtonClicked_setDisplayNameAndIconTintNotCalled() local139 negativeButton.performClick(); in dialog_cancelButtonClicked_setDisplayNameAndIconTintNotCalled()
75 final Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in testCancelDoesNothing() local76 assertThat(negativeButton).isNotNull(); in testCancelDoesNothing()77 negativeButton.performClick(); in testCancelDoesNothing()
44 Button negativeButton = dialogFragment.getDialog().getWindow().findViewById( in clickNegativeButton() local46 negativeButton.callOnClick(); in clickNegativeButton()
236 final Button negativeButton = contentView.findViewById( in setCustomButtonsClickListener() local248 if (negativeButton != null) { in setCustomButtonsClickListener()249 negativeButton.setOnClickListener(v -> { in setCustomButtonsClickListener()
408 Button negativeButton = dialog.getButton(DialogInterface.BUTTON_NEGATIVE); in showVoicemailDonationPromo() local409 if (negativeButton != null) { in showVoicemailDonationPromo()410 negativeButton.setTextColor(ThemeComponent.get(context).theme().getTextColorSecondary()); in showVoicemailDonationPromo()