Searched refs:volMax (Results 1 – 2 of 2) sorted by relevance
449 final int volMax = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_2PollingCaptureVolumeScaling() local450 am.setStreamVolume(AudioManager.STREAM_MUSIC, volMax, 0); in test2_2PollingCaptureVolumeScaling()486 am.setStreamVolume(AudioManager.STREAM_MUSIC, (volMax * 2) / 3, 0); in test2_2PollingCaptureVolumeScaling()
2072 int volMax = 0; in getVolumeMax() local2074 volMax = sStatic.mAudioService.getStreamMaxVolume(mPlaybackStream); in getVolumeMax()2078 return volMax; in getVolumeMax()