HomeSort by relevance Sort by last modified time
    Searched refs:createOneShot (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
VibrationEffectTest.java 46 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE);
57 VibrationEffect e = VibrationEffect.createOneShot(100, VibrationEffect.DEFAULT_AMPLITUDE);
61 e = VibrationEffect.createOneShot(1, 1);
64 e = VibrationEffect.createOneShot(1000, 255);
72 VibrationEffect.createOneShot(0, TEST_AMPLITUDE);
80 VibrationEffect.createOneShot(TEST_TIMING, -2);
85 VibrationEffect.createOneShot(TEST_TIMING, 0);
90 VibrationEffect.createOneShot(TEST_TIMING, 256);
97 VibrationEffect otherEffect = VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE);
105 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE - 1)
    [all...]
VibratorTest.java 96 VibrationEffect.createOneShot(100, VibrationEffect.DEFAULT_AMPLITUDE);
100 oneShot = VibrationEffect.createOneShot(500, 255 /* Max amplitude */);
105 oneShot = VibrationEffect.createOneShot(100, 1 /* Min amplitude */);
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
AtomTests.java 345 vib.vibrate(VibrationEffect.createOneShot(
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]

Completed in 191 milliseconds