Searched refs:getStreamMaxVolume (Results 1 – 9 of 9) sorted by relevance
19 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() method in ShadowAudioManager46 public int getStreamMaxVolume() { in getStreamMaxVolume() method in ShadowAudioManager
223 private int getStreamMaxVolume() {226 return audioManager.getStreamMaxVolume(AudioManager.STREAM_VOICE_CALL);
125 return mAudio.getStreamMaxVolume(AudioManager.STREAM_RING); in getMaxRingerVolume()140 return mAudio.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in getMaxMediaVolume()
63 assertEquals(45, audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC)); in shouldGetStreamMaxVolume()
70 final int maxLevel = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in calibrate()
196 mMaxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in initBufferRecord()
472 int maxVolume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in onCreate()
186 …am.setStreamVolume(AudioManager.STREAM_MUSIC, am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), 0); in onClick()
358 _maxVolume = am.getStreamMaxVolume(AudioManager.STREAM_VOICE_CALL); in onCreate()