Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java461 mStatusBarService.hideAuthenticationDialog(); in onErrorReceived()
485 mStatusBarService.hideAuthenticationDialog(); in onErrorReceived()
494 mStatusBarService.hideAuthenticationDialog(); in onErrorReceived()
658 mStatusBarService.hideAuthenticationDialog(); in onClientDied()
813 mStatusBarService.hideAuthenticationDialog(); in onCancelAuthSession()
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl166 void hideAuthenticationDialog(); in hideAuthenticationDialog() method
H A DIStatusBarService.aidl123 void hideAuthenticationDialog(); in hideAuthenticationDialog() method
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java197 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(); in testClientBinderDied_whenPaused()
216 verify(mBiometricService.mStatusBarService, never()).hideAuthenticationDialog(); in testClientBinderDied_whenAuthenticating()
230 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(); in testClientBinderDied_whenAuthenticating()
666 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(); in testRequestAuthentication_whenAlreadyAuthenticating()
745 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(); in testErrorFromHal_whenPaused_notifiesSystemUIAndClient()
773 verify(mBiometricService.mStatusBarService, never()).hideAuthenticationDialog(); in testErrorFromHal_whileAuthenticating_waitsForSysUIBeforeNotifyingClient()
1153 verify(mBiometricService.mStatusBarService).hideAuthenticationDialog(); in testCancel_whenAuthenticating()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java456 mAuthController.hideAuthenticationDialog(); in testHideAuthenticationDialog_invokesDismissFromSystemServer()
486 mAuthController.hideAuthenticationDialog(); in testCancelAuthentication_whenCredentialConfirmed_doesntCrash()
624 mAuthController.hideAuthenticationDialog(); in testSubscribesToOrientationChangesWhenShowingDialog()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java477 mCommandQueue.hideAuthenticationDialog(); in testHideAuthenticationDialog()
479 verify(mCallbacks).hideAuthenticationDialog(); in testHideAuthenticationDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java311 default void hideAuthenticationDialog() { in hideAuthenticationDialog() method
935 public void hideAuthenticationDialog() { in hideAuthenticationDialog() method in CommandQueue
1371 mCallbacks.get(i).hideAuthenticationDialog(); in handleMessage()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java836 public void hideAuthenticationDialog() { in hideAuthenticationDialog() method in StatusBarManagerService
840 mBar.hideAuthenticationDialog(); in hideAuthenticationDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java716 public void hideAuthenticationDialog() { in hideAuthenticationDialog() method in AuthController
/aosp12/frameworks/base/services/
H A Dart-profile39173 PLcom/android/server/statusbar/StatusBarManagerService;->hideAuthenticationDialog()V