Searched refs:getCurrentVolumeGroupCount (Results 1 – 4 of 4) sorted by relevance
143 int getCurrentVolumeGroupCount() { in getCurrentVolumeGroupCount() method in CarAudioZone
2440 return getCarAudioZoneLocked(zoneId).getCurrentVolumeGroupCount();3899 int groupCount = getCarAudioZoneLocked(zoneId).getCurrentVolumeGroupCount();
349 public void getCurrentVolumeGroupCount() { in getCurrentVolumeGroupCount() method in CarAudioZoneUnitTest354 .that(mTestAudioZone.getCurrentVolumeGroupCount()) in getCurrentVolumeGroupCount()
554 .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()