Searched refs:TEST_AMPLITUDE (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrackLatencyTest.java | 360 final double TEST_AMPLITUDE = 0.5; in checkOutputLowLatency() local 363 TEST_SAMPLES_PER_FRAME, 1, TEST_AMPLITUDE); in checkOutputLowLatency() 443 final double TEST_AMPLITUDE = 0.5; in testGetUnderrunCount() local 446 TEST_SAMPLES_PER_FRAME, 1, TEST_AMPLITUDE); in testGetUnderrunCount() 448 TEST_SAMPLES_PER_FRAME, TEST_CYCLES_PER_BLIP, TEST_AMPLITUDE); in testGetUnderrunCount() 560 final double TEST_AMPLITUDE = 0.5; in testGetUnderrunCountSleep() local 563 TEST_SAMPLES_PER_FRAME, 1, TEST_AMPLITUDE); in testGetUnderrunCountSleep() 565 TEST_SAMPLES_PER_FRAME, TEST_CYCLES_PER_BLIP, TEST_AMPLITUDE); in testGetUnderrunCountSleep()
|
/cts/tests/vibrator/src/android/os/cts/ |
D | VibrationEffectTest.java | 51 private static final int TEST_AMPLITUDE = 100; field in VibrationEffectTest 52 private static final float TEST_FLOAT_AMPLITUDE = TEST_AMPLITUDE / 255f; 62 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE); 108 VibrationEffect.createOneShot(0, TEST_AMPLITUDE); in testCreateOneShotFailsBadTiming() 125 VibrationEffect otherEffect = VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE); in testOneShotEquals() 133 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE - 1); in testOneShotNotEqualsAmplitude() 140 VibrationEffect.createOneShot(TEST_TIMING - 1, TEST_AMPLITUDE); in testOneShotNotEqualsTiming()
|