Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVolumeShaperTest.java552 final int maxPoints = VolumeShaper.Configuration.getMaximumCurvePoints(); in testVolumeShaperConfigurationBuilder() local
554 testBuildRamp(maxPoints); // no exceptions here. in testVolumeShaperConfigurationBuilder()
556 if (maxPoints < Integer.MAX_VALUE) { in testVolumeShaperConfigurationBuilder()
560 () -> { testBuildRamp(maxPoints + 1); }); in testVolumeShaperConfigurationBuilder()