Home
last modified time | relevance | path

Searched refs:getCurrentVolumeGroupCount (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZone.java143 int getCurrentVolumeGroupCount() { in getCurrentVolumeGroupCount() method in CarAudioZone
DCarAudioService.java2440 return getCarAudioZoneLocked(zoneId).getCurrentVolumeGroupCount();
3899 int groupCount = getCarAudioZoneLocked(zoneId).getCurrentVolumeGroupCount();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioZoneUnitTest.java349 public void getCurrentVolumeGroupCount() { in getCurrentVolumeGroupCount() method in CarAudioZoneUnitTest
354 .that(mTestAudioZone.getCurrentVolumeGroupCount()) in getCurrentVolumeGroupCount()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java554 .that(primaryZone.getCurrentVolumeGroupCount()).isEqualTo(2); in loadAudioZones_parsesVolumeGroups()
556 .that(secondaryZone.getCurrentVolumeGroupCount()).isEqualTo(1); in loadAudioZones_parsesVolumeGroups()
574 .that(primaryZone.getCurrentVolumeGroupCount()).isEqualTo(2); in loadAudioZones_versionTwoParsesVolumeGroups()