Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt54 @Mock private lateinit var authController: AuthController variable in com.android.systemui.biometrics.AuthRippleControllerTest
65 authController, in setUp()
81 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testFingerprintTrigger_Ripple()
103 `when`(authController.udfpsSensorLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardNotVisible_NoRipple()
124 `when`(authController.udfpsSensorLocation).thenReturn(fpsLocation) in testFingerprintTrigger_StrongAuthRequired_NoRipple()
145 `when`(authController.faceAuthSensorLocation).thenReturn(faceLocation) in testFaceTriggerBypassEnabled_Ripple()
169 `when`(authController.faceAuthSensorLocation).thenReturn(faceLocation) in testFaceTriggerNonBypass_NoRipple()
187 `when`(authController.faceAuthSensorLocation).thenReturn(null) in testNullFaceSensorLocationDoesNothing()
202 `when`(authController.fingerprintSensorLocation).thenReturn(null) in testNullFingerprintSensorLocationDoesNothing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt49 private val authController: AuthController, constant in com.android.systemui.biometrics.AuthRippleController
66 authController.addCallback(authControllerCallback) in onViewAttached()
74 authController.removeCallback(authControllerCallback) in onViewDetached()
129 fingerprintSensorLocation = authController.fingerprintSensorLocation in updateSensorLocation()
130 faceSensorLocation = authController.faceAuthSensorLocation in updateSensorLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeTriggers.java180 SecureSettings secureSettings, AuthController authController, in DozeTriggers() argument
192 secureSettings, authController); in DozeTriggers()
198 mAuthController = authController; in DozeTriggers()
DDozeSensors.java109 AuthController authController) { in DozeSensors() argument
125 authController.isUdfpsEnrolled(KeyguardUpdateMonitor.getCurrentUser()); in DozeSensors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java111 AuthController authController, in DozeServiceHost() argument
130 mAuthController = authController; in DozeServiceHost()
DBiometricUnlockController.java260 AuthController authController) { in BiometricUnlockController() argument
281 mAuthController = authController; in BiometricUnlockController()
DNotificationShadeWindowControllerImpl.java122 AuthController authController) { in NotificationShadeWindowControllerImpl() argument
135 mAuthController = authController; in NotificationShadeWindowControllerImpl()
DNotificationPanelViewController.java711 AuthController authController, in NotificationPanelViewController()
823 mAuthController = authController; in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.java133 @NonNull AuthController authController, in LockIconViewController() argument
143 mAuthController = authController; in LockIconViewController()
DKeyguardUpdateMonitor.java1770 AuthController authController, in KeyguardUpdateMonitor() argument
1786 mAuthController = authController; in KeyguardUpdateMonitor()