Home
last modified time | relevance | path

Searched defs:expectedVolume (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecAbsoluteVolumeBehaviorTest.java165 protected void assertApproximateDeviceVolumeAndMute(int expectedVolume, boolean expectedMute) in assertApproximateDeviceVolumeAndMute()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java3144 private void assertCallChangesStreamVolume(Runnable r, int stream, int expectedVolume) in assertCallChangesStreamVolume()
3149 private void assertCallChangesStreamVolume(Runnable r, int stream, int expectedVolume, in assertCallChangesStreamVolume()
3208 private void waitForStreamVolumeSet(int stream, int expectedVolume) throws Exception { in waitForStreamVolumeSet()