Searched refs:showUnlockRipple (Results 1 – 5 of 5) sorted by relevance
50 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in enteringDeviceFromDeviceEntryIcon_udfpsNotSupported_doesNotShowAuthRipple() constant55 assertThat(showUnlockRipple).isNull() in enteringDeviceFromDeviceEntryIcon_udfpsNotSupported_doesNotShowAuthRipple()61 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in enteringDeviceFromDeviceEntryIcon_udfpsSupported_showsAuthRipple() constant66 assertThat(showUnlockRipple).isEqualTo(BiometricUnlockSource.FINGERPRINT_SENSOR) in enteringDeviceFromDeviceEntryIcon_udfpsSupported_showsAuthRipple()72 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in faceUnlocked_showsAuthRipple() constant77 assertThat(showUnlockRipple).isEqualTo(BiometricUnlockSource.FACE_SENSOR) in faceUnlocked_showsAuthRipple()83 val showUnlockRippleFromBiometricUnlock by collectLastValue(underTest.showUnlockRipple) in fingerprintUnlocked_showsAuthRipple()
50 val showUnlockRipple: Flow<BiometricUnlockSource> = in <lambda>() constant
266 controller.showUnlockRipple(BiometricSourceType.FINGERPRINT) in testAnimatorRunWhenWakeAndUnlock_fingerprint()288 controller.showUnlockRipple(BiometricSourceType.FACE) in testAnimatorRunWhenWakeAndUnlock_faceUdfpsFingerDown()
113 authRippleInteractor.showUnlockRipple.collect { biometricUnlockSource -> in <lambda>()172 fun showUnlockRipple(biometricSourceType: BiometricSourceType) { in <lambda>() method
739 mAuthRippleController.showUnlockRipple(FINGERPRINT); in onLongPress()