Searched refs:getGroupMaxVolume (Results 1 – 7 of 7) sorted by relevance
160 public int getGroupMaxVolume(int groupId) { in getGroupMaxVolume() method in CarAudioManager161 return getGroupMaxVolume(PRIMARY_AUDIO_ZONE, groupId); in getGroupMaxVolume()174 public int getGroupMaxVolume(int zoneId, int groupId) { in getGroupMaxVolume() method in CarAudioManager176 return mService.getGroupMaxVolume(zoneId, groupId); in getGroupMaxVolume()
30 int getGroupMaxVolume(int zoneId, int groupId); in getGroupMaxVolume() method
102 when(mCarAudioManager.getGroupMaxVolume(GROUP_ID)).thenReturn(TEST_MAX_VOLUME); in setUp()
150 preference.setMax(mCarAudioManager.getGroupMaxVolume(volumeGroupId)); in createVolumeSeekBarPreference()
196 int max = mCarAudioManager.getGroupMaxVolume(groupId); in initVolumeInfo()
143 int maxValue = Math.min(currentVolume + 1, getGroupMaxVolume(zoneId, groupId));372 public int getGroupMaxVolume(int zoneId, int groupId) { in getGroupMaxVolume() method in CarAudioService
751 …sPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGroupMaxVolume(int);752 …ission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGroupMaxVolume(int, int);