Searched refs:hideAuthenticationDialog (Results 1 – 9 of 9) sorted by relevance
511 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()
198 void hideAuthenticationDialog(long requestId); in hideAuthenticationDialog() method
135 void hideAuthenticationDialog(long requestId); in hideAuthenticationDialog() method
651 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()
282 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()
524 mCommandQueue.hideAuthenticationDialog(id); in testHideAuthenticationDialog()526 verify(mCallbacks).hideAuthenticationDialog(eq(id)); in testHideAuthenticationDialog()
377 default void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method1147 public void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method in CommandQueue1759 mCallbacks.get(i).hideAuthenticationDialog(someArgs.argl1 /* requestId */); in handleMessage()
1122 public void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method in StatusBarManagerService1126 mBar.hideAuthenticationDialog(requestId); in hideAuthenticationDialog()
1114 public void hideAuthenticationDialog(long requestId) { in hideAuthenticationDialog() method in AuthController