Home
last modified time | relevance | path

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

/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/volume/
DVolumeInteractions.java116 getCurrentVolumeGroup(requestInfo.getCarVolumeGroupInfos(), volumeGroupId); in getVolumeGroupToChange()
161 private static CarVolumeGroupInfo getCurrentVolumeGroup( in getCurrentVolumeGroup() method in VolumeInteractions
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZone.java124 CarVolumeGroup getCurrentVolumeGroup(String groupName) { in getCurrentVolumeGroup() method in CarAudioZone
128 CarVolumeGroup getCurrentVolumeGroup(int groupId) { in getCurrentVolumeGroup() method in CarAudioZone
DCarAudioService.java991 .getCurrentVolumeGroup(volumeGroupId); in handleActivationVolumeWithActivationInfos()
1446 return getCarAudioZoneLocked(zoneId).getCurrentVolumeGroup(groupId); in getCarVolumeGroupLocked()
1452 return getCarAudioZoneLocked(zoneId).getCurrentVolumeGroup(groupName); in getCarVolumeGroupLocked()
2489 .getCurrentVolumeGroup(groupInfo.getId()).getAudioAttributes();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioZoneUnitTest.java333 .that(mTestAudioZone.getCurrentVolumeGroup(groupId)).isEqualTo(mMockNavGroup0); in getCurrentVolumeGroup_withGroupId()
344 .that(mTestAudioZone.getCurrentVolumeGroup(groupName0)) in getCurrentVolumeGroup_withName()