Searched refs:waitForStreamVolumeSet (Results 1 – 1 of 1) sorted by relevance
1102 waitForStreamVolumeSet(stream, maxVolume); in testVolume()1143 waitForStreamVolumeSet(stream, maxVolume); in testVolume()1168 waitForStreamVolumeSet(STREAM_MUSIC, maxMusicVolume - 1); in testVolume()1175 waitForStreamVolumeSet(STREAM_MUSIC, 0); in testVolume()1183 waitForStreamVolumeSet(STREAM_MUSIC, maxMusicVolume); in testVolume()2898 private void waitForStreamVolumeSet(int stream, int expectedVolume) throws Exception { in waitForStreamVolumeSet() method in AudioManagerTest