Searched refs:cancelListenerCaptor (Results 1 – 2 of 2) sorted by relevance
191 val cancelListenerCaptor = in cancelListener_dismissResult() constant203 verify(tileRequestDialog).setOnCancelListener(capture(cancelListenerCaptor)) in cancelListener_dismissResult()205 cancelListenerCaptor.value.onCancel(tileRequestDialog) in cancelListener_dismissResult()212 val cancelListenerCaptor = in dialogCancelled_logged() constant218 verify(tileRequestDialog).setOnCancelListener(capture(cancelListenerCaptor)) in dialogCancelled_logged()221 cancelListenerCaptor.value.onCancel(tileRequestDialog) in dialogCancelled_logged()356 val cancelListenerCaptor = in interfaceThrowsRemoteException_doesntCrash() constant374 verify(tileRequestDialog).setOnCancelListener(capture(cancelListenerCaptor)) in interfaceThrowsRemoteException_doesntCrash()376 cancelListenerCaptor.value.onCancel(tileRequestDialog) in interfaceThrowsRemoteException_doesntCrash()433 val cancelListenerCaptor = in cancelAndThenDismissSendsOnlyOnce() constant[all …]
412 ArgumentCaptor<AlertDialog.OnCancelListener> cancelListenerCaptor = in testOnAccessibilityShortcut_ifCanceledFirstTime_showsWarningDialog() local414 verify(mAlertDialogBuilder).setOnCancelListener(cancelListenerCaptor.capture()); in testOnAccessibilityShortcut_ifCanceledFirstTime_showsWarningDialog()416 cancelListenerCaptor.getValue().onCancel(null); in testOnAccessibilityShortcut_ifCanceledFirstTime_showsWarningDialog()