Searched refs:authController (Results 1 – 10 of 10) sorted by relevance
54 @Mock private lateinit var authController: AuthController variable in com.android.systemui.biometrics.AuthRippleControllerTest65 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()
49 private val authController: AuthController, constant in com.android.systemui.biometrics.AuthRippleController66 authController.addCallback(authControllerCallback) in onViewAttached()74 authController.removeCallback(authControllerCallback) in onViewDetached()129 fingerprintSensorLocation = authController.fingerprintSensorLocation in updateSensorLocation()130 faceSensorLocation = authController.faceAuthSensorLocation in updateSensorLocation()
180 SecureSettings secureSettings, AuthController authController, in DozeTriggers() argument192 secureSettings, authController); in DozeTriggers()198 mAuthController = authController; in DozeTriggers()
109 AuthController authController) { in DozeSensors() argument125 authController.isUdfpsEnrolled(KeyguardUpdateMonitor.getCurrentUser()); in DozeSensors()
111 AuthController authController, in DozeServiceHost() argument130 mAuthController = authController; in DozeServiceHost()
260 AuthController authController) { in BiometricUnlockController() argument281 mAuthController = authController; in BiometricUnlockController()
122 AuthController authController) { in NotificationShadeWindowControllerImpl() argument135 mAuthController = authController; in NotificationShadeWindowControllerImpl()
711 AuthController authController, in NotificationPanelViewController()823 mAuthController = authController; in NotificationPanelViewController()
133 @NonNull AuthController authController, in LockIconViewController() argument143 mAuthController = authController; in LockIconViewController()
1770 AuthController authController, in KeyguardUpdateMonitor() argument1786 mAuthController = authController; in KeyguardUpdateMonitor()