Searched refs:testInvokesCancel (Results 1 – 1 of 1) sorted by relevance
500 testInvokesCancel(session -> session.onCancelAuthSession(false /* force */)); in testCancelAuthentication_whenStateAuthCalled_invokesCancel()506 testInvokesCancel(session -> session.onCancelAuthSession(true /* force */)); in testCancelAuthentication_whenStateAuthForcedCalled_invokesCancel()511 testInvokesCancel(session -> session.onDialogDismissed(DISMISSED_REASON_NEGATIVE, null)); in testCancelAuthentication_whenDialogDismissed()817 private void testInvokesCancel(Consumer<AuthSession> sessionConsumer) throws RemoteException { in testInvokesCancel() method in AuthSessionTest