Home
last modified time | relevance | path

Searched refs:onBiometricAuthenticated (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java101 when(mKeyguardBypassController.onBiometricAuthenticated(any(), anyBoolean())) in setUp()
119 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFingerprintAndBiometricsDisallowed_showBouncer()
132 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFingerprint_nonStrongBioDisallowed_showBouncer()
150 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()
163 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFingerprint_dismissKeyguard()
179 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()
192 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFace_dontDismissKeyguard()
210 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()
229 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFace_andBypass_encrypted_showBouncer()
249 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFace_noBypass_encrypted_doNothing()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt123 fun onBiometricAuthenticated( in onBiometricAuthenticated() method
139 if (onBiometricAuthenticated(pendingUnlock!!.pendingUnlockType, in maybePerformPendingUnlock()
DBiometricUnlockController.java334 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() method in BiometricUnlockController
348 boolean unlockAllowed = mKeyguardBypassController.onBiometricAuthenticated( in onBiometricAuthenticated()
470 mHandler.post(() -> onBiometricAuthenticated(pendingAuthenticated.userId, in onFinishedGoingToSleep()
DNotificationPanelViewController.java214 public void onBiometricAuthenticated(int userId,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DLatencyTester.java98 mBiometricUnlockController.onBiometricAuthenticated( in fakeWakeAndUnlock()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java242 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java595 cb.onBiometricAuthenticated(userId, BiometricSourceType.FINGERPRINT, in onFingerprintAuthenticated()
777 cb.onBiometricAuthenticated(userId, in onFaceAuthenticated()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl142 void onBiometricAuthenticated(); in onBiometricAuthenticated() method
DIStatusBarService.aidl112 void onBiometricAuthenticated(); in onBiometricAuthenticated() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java423 mCommandQueue.onBiometricAuthenticated(); in testOnBiometricAuthenticated()
425 verify(mCallbacks).onBiometricAuthenticated(); in testOnBiometricAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java296 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() method in KeyguardStateControllerImpl.UpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java825 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() method in KeyguardIndicationController.BaseKeyguardCallback
827 super.onBiometricAuthenticated(userId, biometricSourceType, isStrongBiometric); in onBiometricAuthenticated()
DCommandQueue.java267 default void onBiometricAuthenticated() { } in onBiometricAuthenticated() method
828 public void onBiometricAuthenticated() { in onBiometricAuthenticated() method in CommandQueue
1181 mCallbacks.get(i).onBiometricAuthenticated(); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DBrightLineFalsingManager.java84 public void onBiometricAuthenticated(int userId,
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java309 public void onBiometricAuthenticated() { in onBiometricAuthenticated() method in AuthController
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManagerImpl.java133 public void onBiometricAuthenticated(int userId,
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java682 public void onBiometricAuthenticated() { in onBiometricAuthenticated() method in StatusBarManagerService
686 mBar.onBiometricAuthenticated(); in onBiometricAuthenticated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java198 mAuthController.onBiometricAuthenticated(); in testOnAuthenticationSucceededInvoked_whenSystemRequested()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1367 mStatusBarService.onBiometricAuthenticated(); in handleAuthenticationSucceeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java555 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType,
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java496 verify(mBiometricService.mStatusBarService).onBiometricAuthenticated(); in testAuthenticate_happyPathWithoutConfirmation()
/frameworks/base/services/
Dart-profile30891 PLcom/android/server/statusbar/StatusBarManagerService;->onBiometricAuthenticated()V