Home
last modified time | relevance | path

Searched refs:testInvokesCancel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java500 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