Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java270 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testAuthenticate_credentialAllowedAndSetup_callsSystemUI()
356 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testAuthenticate_picksStrongIfAvailable()
489 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testAuthenticate_happyPathWithoutConfirmation()
545 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testAuthenticate_noBiometrics_credentialAllowed()
708 verify(mBiometricService.mStatusBarService, never()).showAuthenticationDialog( in testErrorHalTimeout_whenAuthenticating_entersPausedState()
809 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
890 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()
1382 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testWithDowngradedAuthenticator()
1405 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testWithDowngradedAuthenticator()
1431 verify(mBiometricService.mStatusBarService).showAuthenticationDialog( in testWithDowngradedAuthenticator()
H A DAuthSessionTest.java272 verify(mStatusBarService).showAuthenticationDialog(any(), any(), any(), in testMultiAuth_fingerprintSensorStartsAfter()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java257 mStatusBarService.showAuthenticationDialog( in goToInitialState()
310 mStatusBarService.showAuthenticationDialog(mPromptInfo, in onCookieReceived()
434 mStatusBarService.showAuthenticationDialog( in onErrorReceived()
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl150 void showAuthenticationDialog(in PromptInfo promptInfo, IBiometricSysuiReceiver sysuiReceiver, in showAuthenticationDialog() method
H A DIStatusBarService.aidl111 void showAuthenticationDialog(in PromptInfo promptInfo, IBiometricSysuiReceiver sysuiReceiver, in showAuthenticationDialog() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java440 mCommandQueue.showAuthenticationDialog(promptInfo, receiver, sensorIds, in testShowAuthenticationDialog()
444 verify(mCallbacks).showAuthenticationDialog(eq(promptInfo), eq(receiver), eq(sensorIds), in testShowAuthenticationDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java292 default void showAuthenticationDialog(PromptInfo promptInfo, in showAuthenticationDialog() method
859 public void showAuthenticationDialog(PromptInfo promptInfo, IBiometricSysuiReceiver receiver, in showAuthenticationDialog() method in CommandQueue
1326 mCallbacks.get(i).showAuthenticationDialog( in handleMessage()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java787 public void showAuthenticationDialog(PromptInfo promptInfo, IBiometricSysuiReceiver receiver, in showAuthenticationDialog() method in StatusBarManagerService
794 mBar.showAuthenticationDialog(promptInfo, receiver, sensorIds, credentialAllowed, in showAuthenticationDialog()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java631 mAuthController.showAuthenticationDialog(createTestPromptInfo(), in showDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java573 public void showAuthenticationDialog(PromptInfo promptInfo, IBiometricSysuiReceiver receiver, in showAuthenticationDialog() method in AuthController
/aosp12/frameworks/base/services/
H A Dart-profile39215 PLcom/android/server/statusbar/StatusBarManagerService;->showAuthenticationDialog(Landroid/hardware…