Home
last modified time | relevance | path

Searched defs:playSuccessHaptic (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryHapticsInteractorTest.kt59 val playSuccessHaptic by collectLastValue(underTest.playSuccessHaptic) in nonPowerButtonFPS_vibrateSuccess() constant
69 val playSuccessHaptic by collectLastValue(underTest.playSuccessHaptic) in powerButtonFPS_vibrateSuccess() constant
86 val playSuccessHaptic by collectLastValue(underTest.playSuccessHaptic) in powerButtonFPS_powerDown_doNotVibrateSuccess() constant
103 val playSuccessHaptic by collectLastValue(underTest.playSuccessHaptic) in powerButtonFPS_powerButtonRecentlyPressed_doNotVibrateSuccess() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryHapticsInteractor.kt82 val playSuccessHaptic: Flow<Unit> = in <lambda>() constant