Searched defs:maxVolume (Results 1 – 8 of 8) sorted by relevance
59 int maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in onCreate() local
63 int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_RING); in setUp() local
200 int maxVolume = am.getStreamMaxVolume(STREAM_MUSIC); in playLoudSound() local
1069 int maxVolume = mAudioManager.getStreamMaxVolume(stream); in testVolume() local1112 "Vol ADJUST_LOWER suggested stream:" + stream + " maxVol:" + maxVolume); in testVolume() local
633 final int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in testRouteCallbackOnRoutesChanged_whenLocalVolumeChanged() local680 final int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in adjustSelectedRouteVolume_invokesOnControllerUpdated() local1364 int maxVolume = targetController.getVolumeMax(); in testRoutingControllerSetSessionVolume() local
597 int maxVolume = targetController.getVolumeMax(); in testSetSessionVolume() local1476 final int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in testCallbacksAreCalledWhenVolumeChanged() local1520 final int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in adjustSelectedRouteVolume_callsOnControlledUpdated() local
183 int maxVolume = route.getVolumeMax(); in testDefaultRouteInfo() local
863 int maxVolume = mAudioManager.getStreamMaxVolume(stream); in test() local