Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/haptics/slider/
DSliderHapticFeedbackProviderTest.kt85 assertTrue(vibratorHelper.hasVibratedWithEffects(vibration)) in playHapticAtLowerBookend_playsClick()
102 assertTrue(vibratorHelper.hasVibratedWithEffects(vibration)) in playHapticAtLowerBookend_twoTimes_playsClickOnlyOnce()
120 assertTrue(vibratorHelper.hasVibratedWithEffects(vibration)) in playHapticAtUpperBookend_playsClick()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt164 assertThat(vibratorHelper.hasVibratedWithEffects(reverseHaptics!!)).isTrue() in <lambda>()
304 assertThat(vibratorHelper.hasVibratedWithEffects(longPressHint!!)).isTrue() in assertEffectStarted()
328 assertThat(vibratorHelper.hasVibratedWithEffects(snapEffect!!)).isTrue() in assertEffectCompleted()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/haptics/
DFakeVibratorHelper.kt58 fun hasVibratedWithEffects(vararg effects: VibrationEffect): Boolean = in hasVibratedWithEffects() method in com.android.systemui.haptics.FakeVibratorHelper