Home
last modified time | relevance | path

Searched refs:attemptEnterDeviceFromDeviceEntryIcon (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntrySourceInteractor.kt53 private val attemptEnterDeviceFromDeviceEntryIcon: MutableSharedFlow<Unit> = MutableSharedFlow() constant
55 attemptEnterDeviceFromDeviceEntryIcon
60 suspend fun attemptEnterDeviceFromDeviceEntryIcon() { in attemptEnterDeviceFromDeviceEntryIcon() method
61 attemptEnterDeviceFromDeviceEntryIcon.emit(Unit) in attemptEnterDeviceFromDeviceEntryIcon()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractorTest.kt54 deviceEntrySourceInteractor.attemptEnterDeviceFromDeviceEntryIcon() in enteringDeviceFromDeviceEntryIcon_udfpsNotSupported_doesNotShowAuthRipple()
65 deviceEntrySourceInteractor.attemptEnterDeviceFromDeviceEntryIcon() in enteringDeviceFromDeviceEntryIcon_udfpsSupported_showsAuthRipple()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModel.kt281 deviceEntrySourceInteractor.attemptEnterDeviceFromDeviceEntryIcon() in <lambda>()