Searched refs:hasVibratedWithEffects (Results 1 – 3 of 3) sorted by relevance
85 assertTrue(vibratorHelper.hasVibratedWithEffects(vibration)) in playHapticAtLowerBookend_playsClick()102 assertTrue(vibratorHelper.hasVibratedWithEffects(vibration)) in playHapticAtLowerBookend_twoTimes_playsClickOnlyOnce()120 assertTrue(vibratorHelper.hasVibratedWithEffects(vibration)) in playHapticAtUpperBookend_playsClick()
164 assertThat(vibratorHelper.hasVibratedWithEffects(reverseHaptics!!)).isTrue() in <lambda>()304 assertThat(vibratorHelper.hasVibratedWithEffects(longPressHint!!)).isTrue() in assertEffectStarted()328 assertThat(vibratorHelper.hasVibratedWithEffects(snapEffect!!)).isTrue() in assertEffectCompleted()
58 fun hasVibratedWithEffects(vararg effects: VibrationEffect): Boolean = in hasVibratedWithEffects() method in com.android.systemui.haptics.FakeVibratorHelper