Searched defs:MAX_STREAM_VOLUME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java253 private static int[] MAX_STREAM_VOLUME = new int[] { field in class:AudioService
566 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL]);
567 if (maxVolume != MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL]) {
568 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxVolume;
572 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC]);
573 if (maxVolume != MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC]) {
574 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] = maxVolume;
1709 return MAX_STREAM_VOLUME[streamType];
3488 mIndexMax = MAX_STREAM_VOLUME[streamType];

Completed in 3230 milliseconds