Searched refs:getConfirmListener (Results 1 – 6 of 6) sorted by relevance
77 assertThat(mDialog.getConfirmListener()).isNotNull(); in testOnCreate_hasPreviousDialog_dialogListenerSet()
116 assertThat(mDialog.getConfirmListener()).isNotNull(); in testOnCreate_hasPreviousDialog_dialogListenerSet()
150 assertThat(dialog.getConfirmListener()).isNotNull(); in hasPreviousDeleteDialog_dialogListenerSet()
102 assertThat(mPreferenceController.mDialogFragment.getConfirmListener()).isNotNull(); in handlePreferenceClicked_showsDialog()
198 mDialogFragment.getValue().getConfirmListener().onConfirm(new Bundle()); in callChangeListener_turnOnPrioritizeAppPerformance()
239 public ConfirmListener getConfirmListener() { in getConfirmListener() method in ConfirmationDialogFragment