Searched defs:maxVolume (Results 1 – 9 of 9) sorted by relevance
54 val maxVolume = audioManager.getStreamMaxVolume(STREAM_ALARM) - getMinVolume(audioManager) in onBindViewHolder() constant
133 int maxVolume = mCarAudioManager.getGroupMaxVolume(groudId); in test_getGroupVolume() local282 int maxVolume = mCarAudioManager.getGroupMaxVolume(PRIMARY_AUDIO_ZONE, groupId); in getGroupVolume_whileUnMuted_returnLastSetValue() local
225 val maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC) in playbackAudio() constant
248 val maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC) in playbackAudio() constant
127 public TextView maxVolume; field in CarAudioZoneVolumeAdapter.ViewHolder
123 final int maxVolume = info.getVolumeMax(); in getSlice() local
199 int maxVolume = mCarAudioManager.getGroupMaxVolume(zoneId, volumeGroupId); in increaseVolume() local
623 int maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_NOTIFICATION); in playNotificationSound() local
1182 int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in getAbsVolume() local