Home
last modified time | relevance | path

Searched defs:showUnlockRipple (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractorTest.kt50 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in enteringDeviceFromDeviceEntryIcon_udfpsNotSupported_doesNotShowAuthRipple() constant
61 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in enteringDeviceFromDeviceEntryIcon_udfpsSupported_showsAuthRipple() constant
72 val showUnlockRipple by collectLastValue(underTest.showUnlockRipple) in faceUnlocked_showsAuthRipple() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractor.kt50 val showUnlockRipple: Flow<BiometricUnlockSource> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt172 fun showUnlockRipple(biometricSourceType: BiometricSourceType) { in <lambda>() method