Loading services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1503,7 +1503,6 @@ public class VibrationThreadTest { assertTrue(fakeVibrator.getAmplitudes().isEmpty()); assertTrue(fakeVibrator.getAmplitudes().isEmpty()); } } @FlakyTest @Test @Test public void vibrate_multipleVibrations_withCancel() throws Exception { public void vibrate_multipleVibrations_withCancel() throws Exception { mVibratorProviders.get(VIBRATOR_ID).setSupportedEffects( mVibratorProviders.get(VIBRATOR_ID).setSupportedEffects( Loading Loading
services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1503,7 +1503,6 @@ public class VibrationThreadTest { assertTrue(fakeVibrator.getAmplitudes().isEmpty()); assertTrue(fakeVibrator.getAmplitudes().isEmpty()); } } @FlakyTest @Test @Test public void vibrate_multipleVibrations_withCancel() throws Exception { public void vibrate_multipleVibrations_withCancel() throws Exception { mVibratorProviders.get(VIBRATOR_ID).setSupportedEffects( mVibratorProviders.get(VIBRATOR_ID).setSupportedEffects( Loading