Searched refs:volMax (Results 1 – 2 of 2) sorted by relevance
445 final int volMax = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_2PollingCaptureVolumeScaling() local446 am.setStreamVolume(AudioManager.STREAM_MUSIC, volMax, 0); in test2_2PollingCaptureVolumeScaling()482 am.setStreamVolume(AudioManager.STREAM_MUSIC, (volMax * 2) / 3, 0); in test2_2PollingCaptureVolumeScaling()
2058 int volMax = 0; in getVolumeMax() local2060 volMax = sStatic.mAudioService.getStreamMaxVolume(mPlaybackStream); in getVolumeMax()2064 return volMax; in getVolumeMax()