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.java2833 private void assertCallChangesStreamVolume(Runnable r, int stream, int expectedVolume) in assertCallChangesStreamVolume()
2838 private void assertCallChangesStreamVolume(Runnable r, int stream, int expectedVolume, in assertCallChangesStreamVolume()
2898 private void waitForStreamVolumeSet(int stream, int expectedVolume) throws Exception { in waitForStreamVolumeSet()