Searched refs:fingerprintSensorLocation (Results 1 – 7 of 7) sorted by relevance
98 var fingerprintSensorLocation: Point? = null in <lambda>() variable188 fingerprintSensorLocation?.let { in <lambda>()295 fingerprintSensorLocation = authController.fingerprintSensorLocation in <lambda>()306 fingerprintSensorLocation?.let { in <lambda>()406 "\n\tsensorLocation=$fingerprintSensorLocation" + in <lambda>()410 pw.println("fingerprint ripple sensorLocation=$fingerprintSensorLocation") in <lambda>()
150 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardShowing_Ripple()227 `when`(authController.fingerprintSensorLocation).thenReturn(null) in testNullFingerprintSensorLocationDoesNothing()259 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testAnimatorRunWhenWakeAndUnlock_fingerprint()325 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testUdfps_onFingerDown_runningForDeviceEntry_showDwellRipple()
194 val fingerprintSensorLocation: Flow<Point?> in <lambda>() constant620 override val fingerprintSensorLocation: Flow<Point?> = conflatedCallbackFlow { in <lambda>() constant623 authController.fingerprintSensorLocation, in <lambda>()
104 keyguardRepository.fingerprintSensorLocation.map { in <lambda>()
446 fun fingerprintSensorLocation() = in <lambda>() method in com.android.systemui.keyguard.data.repository.KeyguardRepositoryImplTest449 val job = underTest.fingerprintSensorLocation.onEach(values::add).launchIn(this) in <lambda>()463 whenever(authController.fingerprintSensorLocation).thenReturn(it) in <lambda>()
316 val fingerprintSensorLocation: Flow<Point?> = repository.fingerprintSensorLocation in <lambda>() constant
111 override val fingerprintSensorLocation: Flow<Point?> = _fingerprintSensorLocation constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository