Home
last modified time | relevance | path

Searched refs:TEST_AMPLITUDE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DVibrationEffectTest.java39 private static final int TEST_AMPLITUDE = 100; field in VibrationEffectTest
46 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE);
72 VibrationEffect.createOneShot(0, TEST_AMPLITUDE); in testCreateOneShotFailsBadTiming()
97 VibrationEffect otherEffect = VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE); in testOneShotEquals()
105 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE - 1); in testOneShotNotEqualsAmplitude()
112 VibrationEffect.createOneShot(TEST_TIMING - 1, TEST_AMPLITUDE); in testOneShotNotEqualsTiming()
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackLatencyTest.java310 final double TEST_AMPLITUDE = 0.5; in checkOutputLowLatency() local
313 TEST_SAMPLES_PER_FRAME, 1, TEST_AMPLITUDE); in checkOutputLowLatency()
393 final double TEST_AMPLITUDE = 0.5; in testGetUnderrunCount() local
396 TEST_SAMPLES_PER_FRAME, 1, TEST_AMPLITUDE); in testGetUnderrunCount()
398 TEST_SAMPLES_PER_FRAME, TEST_CYCLES_PER_BLIP, TEST_AMPLITUDE); in testGetUnderrunCount()
510 final double TEST_AMPLITUDE = 0.5; in testGetUnderrunCountSleep() local
513 TEST_SAMPLES_PER_FRAME, 1, TEST_AMPLITUDE); in testGetUnderrunCountSleep()
515 TEST_SAMPLES_PER_FRAME, TEST_CYCLES_PER_BLIP, TEST_AMPLITUDE); in testGetUnderrunCountSleep()