Searched refs:getVolumeGroupCount (Results 1 – 10 of 10) sorted by relevance
386 public int getVolumeGroupCount() { in getVolumeGroupCount() method in CarAudioManager387 return getVolumeGroupCount(PRIMARY_AUDIO_ZONE); in getVolumeGroupCount()399 public int getVolumeGroupCount(int zoneId) { in getVolumeGroupCount() method in CarAudioManager401 return mService.getVolumeGroupCount(zoneId); in getVolumeGroupCount()
42 int getVolumeGroupCount(int zoneId); in getVolumeGroupCount() method
156 () -> mCarAudioManager.getVolumeGroupCount()); in getVolumeGroupCountPermission()163 () -> mCarAudioManager.getVolumeGroupCount(PRIMARY_AUDIO_ZONE)); in getVolumeGroupCountWithZonePermission()
91 int getVolumeGroupCount() { in getVolumeGroupCount() method in CarAudioZone
769 public int getVolumeGroupCount(int zoneId) { in getVolumeGroupCount() method in CarAudioService777 return mCarAudioZones[zoneId].getVolumeGroupCount(); in getVolumeGroupCount()
120 int volumeGroupCount = mCarAudioManager.getVolumeGroupCount(mZoneId); in initVolumeInfo()
102 when(mCarAudioManager.getVolumeGroupCount()).thenReturn(1); in setUp()
107 int volumeGroupCount = mCarAudioManager.getVolumeGroupCount();
221 assertThat(primaryZone.getVolumeGroupCount()).isEqualTo(2); in loadAudioZones_parsesVolumeGroups()
835 …esPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolumeGroupCount();836 …ermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolumeGroupCount(int);