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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java262 private static int[] MAX_STREAM_VOLUME = new int[] { field in class:AudioService
591 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL]);
592 if (maxVolume != MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL]) {
593 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxVolume;
597 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC]);
598 if (maxVolume != MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC]) {
599 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] = maxVolume;
3672 mIndexMax = MAX_STREAM_VOLUME[streamType] * 10;

Completed in 88 milliseconds