Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthSession.java511 mStatusBarService.hideAuthenticationDialog(mRequestId); in onErrorReceived()
529 mStatusBarService.hideAuthenticationDialog(mRequestId); in onErrorReceived()
538 mStatusBarService.hideAuthenticationDialog(mRequestId); in onErrorReceived()
747 mStatusBarService.hideAuthenticationDialog(mRequestId); in onClientDied()
936 mStatusBarService.hideAuthenticationDialog(mRequestId); in onCancelAuthSession()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl198 void hideAuthenticationDialog(long requestId); in hideAuthenticationDialog() method
DIStatusBarService.aidl135 void hideAuthenticationDialog(long requestId); in hideAuthenticationDialog() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java651 mAuthController.hideAuthenticationDialog(REQUEST_ID + 1); in testHideAuthenticationDialog_invokesDismissFromSystemServer()
655 mAuthController.hideAuthenticationDialog(REQUEST_ID); in testHideAuthenticationDialog_invokesDismissFromSystemServer()
685 mAuthController.hideAuthenticationDialog(REQUEST_ID); in testCancelAuthentication_whenCredentialConfirmed_doesntCrash()
817 mAuthController.hideAuthenticationDialog(mAuthController.mCurrentDialog.getRequestId()); in testOnBiometricPromptDismissedCallback_hideAuthenticationDialog()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java282 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testClientBinderDied_whenPaused()
302 .hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testClientBinderDied_whenAuthenticating()
316 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testClientBinderDied_whenAuthenticating()
827 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testRequestAuthentication_whenAlreadyAuthenticating()
905 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testErrorFromHal_whenPaused_notifiesSystemUIAndClient()
934 .hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testErrorFromHal_whileAuthenticating_waitsForSysUIBeforeNotifyingClient()
1377 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testCancel_whenAuthenticating()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java524 mCommandQueue.hideAuthenticationDialog(id); in testHideAuthenticationDialog()
526 verify(mCallbacks).hideAuthenticationDialog(eq(id)); in testHideAuthenticationDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java377 default void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method
1147 public void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method in CommandQueue
1759 mCallbacks.get(i).hideAuthenticationDialog(someArgs.argl1 /* requestId */); in handleMessage()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1122 public void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method in StatusBarManagerService
1126 mBar.hideAuthenticationDialog(requestId); in hideAuthenticationDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1114 public void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method in AuthController