Searched defs:showUnlockRipple (Results 1 – 3 of 3) sorted by relevance
50 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in enteringDeviceFromDeviceEntryIcon_udfpsNotSupported_doesNotShowAuthRipple() constant61 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in enteringDeviceFromDeviceEntryIcon_udfpsSupported_showsAuthRipple() constant72 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in faceUnlocked_showsAuthRipple() constant
50 val showUnlockRipple: Flow<BiometricUnlockSource> = in <lambda>() constant
172 fun showUnlockRipple(biometricSourceType: BiometricSourceType) { in <lambda>() method