Searched refs:getVolumeGroupCount (Results 1 – 13 of 13) sorted by relevance
67 int primaryZoneCount = mCarAudioManager.getVolumeGroupCount(); in test_getVolumeGroupCount()69 mCarAudioManager.getVolumeGroupCount(CarAudioManager.PRIMARY_AUDIO_ZONE)).isEqualTo( in test_getVolumeGroupCount()121 int primaryZoneCount = mCarAudioManager.getVolumeGroupCount(); in test_getVolumeGroupIdForUsage()
436 public int getVolumeGroupCount() { in getVolumeGroupCount() method in CarAudioManager437 return getVolumeGroupCount(PRIMARY_AUDIO_ZONE); in getVolumeGroupCount()449 public int getVolumeGroupCount(int zoneId) { in getVolumeGroupCount() method in CarAudioManager451 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()
81 public int getVolumeGroupCount(int zoneId) { in getVolumeGroupCount() method in FakeCarAudioService
100 int getVolumeGroupCount() { in getVolumeGroupCount() method in CarAudioZone
868 public int getVolumeGroupCount(int zoneId) { in getVolumeGroupCount() method in CarAudioService874 return getCarAudioZoneLocked(zoneId).getVolumeGroupCount(); in getVolumeGroupCount()
122 int volumeGroupCount = mCarAudioManager.getVolumeGroupCount(); in VolumeSettingsPreferenceController()
91 when(mCarAudioManager.getVolumeGroupCount()).thenReturn(1); in setUp()
141 int volumeGroupCount = mCarAudioManager.getVolumeGroupCount(mZoneId); in initVolumeInfo()
163 int volumeGroupCount = mCarAudioManager.getVolumeGroupCount();
226 assertThat(primaryZone.getVolumeGroupCount()).isEqualTo(2); in loadAudioZones_parsesVolumeGroups()
1003 …esPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolumeGroupCount();1004 …ermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolumeGroupCount(int);