/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 270 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 D | AuthSessionTest.java | 272 verify(mStatusBarService).showAuthenticationDialog(any(), any(), any(), in testMultiAuth_fingerprintSensorStartsAfter()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthSession.java | 257 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 D | IStatusBar.aidl | 150 void showAuthenticationDialog(in PromptInfo promptInfo, IBiometricSysuiReceiver sysuiReceiver, in showAuthenticationDialog() method
|
H A D | IStatusBarService.aidl | 111 void showAuthenticationDialog(in PromptInfo promptInfo, IBiometricSysuiReceiver sysuiReceiver, in showAuthenticationDialog() method
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | CommandQueueTest.java | 440 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 D | CommandQueue.java | 292 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 D | StatusBarManagerService.java | 787 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 D | AuthControllerTest.java | 631 mAuthController.showAuthenticationDialog(createTestPromptInfo(), in showDialog()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthController.java | 573 public void showAuthenticationDialog(PromptInfo promptInfo, IBiometricSysuiReceiver receiver, in showAuthenticationDialog() method in AuthController
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 39215 PLcom/android/server/statusbar/StatusBarManagerService;->showAuthenticationDialog(Landroid/hardware…
|