Home
last modified time | relevance | path

Searched refs:getVolumeGroupInfosForZone (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeInfoWrapper.java71 public List<CarVolumeGroupInfo> getVolumeGroupInfosForZone(int zoneId) { in getVolumeGroupInfosForZone() method in CarVolumeInfoWrapper
72 return mCarAudioService.getVolumeGroupInfosForZone(zoneId); in getVolumeGroupInfosForZone()
DCarAudioPolicyVolumeCallback.java135 List<CarVolumeGroupInfo> infos = mCarVolumeInfo.getVolumeGroupInfosForZone(zoneId); in getCarAudioVolumeRequest()
DCarAudioService.java2469 public List<CarVolumeGroupInfo> getVolumeGroupInfosForZone(int zoneId) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeInfoWrapperTest.java106 when(mMockCarAudioService.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE)) in setUp()
201 public void getVolumeGroupInfosForZone() { in getVolumeGroupInfosForZone() method in CarVolumeInfoWrapperTest
203 .that(mCarVolumeInfoWrapper.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE)) in getVolumeGroupInfosForZone()
DCarAudioPolicyVolumeCallbackTest.java114 when(mMockVolumeInfoWrapper.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE)) in setUp()
DCarAudioServiceUnitTest.java2731 public void getVolumeGroupInfosForZone() throws Exception { in getVolumeGroupInfosForZone() method in CarAudioServiceUnitTest
2736 service.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE); in getVolumeGroupInfosForZone()
2751 nonDynamicAudioService.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE); in getVolumeGroupInfosForZone_forDynamicRoutingDisabled()
2766 nonDynamicAudioService.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE); in getVolumeGroupInfosForZone_forOEMConfiguration()
2780 service.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE); in getVolumeGroupInfosForZone_size()
2792 service.getVolumeGroupInfosForZone(INVALID_AUDIO_ZONE)); in getVolumeGroupInfosForZone_forInvalidZone()
4686 Log.e(TAG, "Current volume group " + service.getVolumeGroupInfosForZone( in switchZoneToConfig_updatesVolumeGroupInfos()
4689 .that(service.getVolumeGroupInfosForZone(TEST_REAR_LEFT_ZONE_ID)) in switchZoneToConfig_updatesVolumeGroupInfos()
4698 .that(service.getVolumeGroupInfosForZone(TEST_REAR_LEFT_ZONE_ID)) in switchZoneToConfig_updatesVolumeGroupInfos()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/media/
DCarAudioManagerTest.java76 public void getVolumeGroupInfosForZone() { in getVolumeGroupInfosForZone() method in CarAudioManagerTest
82 mCarAudioManager.getVolumeGroupInfosForZone(PRIMARY_AUDIO_ZONE); in getVolumeGroupInfosForZone()
/packages/services/Car/car-lib/src/android/car/media/
DICarAudio.aidl65 List<CarVolumeGroupInfo> getVolumeGroupInfosForZone(int zoneId); in getVolumeGroupInfosForZone() method
DCarAudioManager.java832 public List<CarVolumeGroupInfo> getVolumeGroupInfosForZone(int zoneId) { in getVolumeGroupInfosForZone() method in CarAudioManager
834 return mService.getVolumeGroupInfosForZone(zoneId); in getVolumeGroupInfosForZone()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java117 public List<CarVolumeGroupInfo> getVolumeGroupInfosForZone(int zoneId) { in getVolumeGroupInfosForZone() method in FakeCarAudioService
/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarAudioManagerUnitTest.java468 public void getVolumeGroupInfosForZone() throws Exception { in getVolumeGroupInfosForZone() method in CarAudioManagerUnitTest
469 when(mServiceMock.getVolumeGroupInfosForZone(TEST_REAR_RIGHT_ZONE_ID)) in getVolumeGroupInfosForZone()
473 .that(mCarAudioManager.getVolumeGroupInfosForZone(TEST_REAR_RIGHT_ZONE_ID)) in getVolumeGroupInfosForZone()
480 doThrow(mRemoteException).when(mServiceMock).getVolumeGroupInfosForZone( in getVolumeGroupInfosForZone_withServiceRemoteException_returnsEmptyList()
484 + "exception").that(mCarAudioManager.getVolumeGroupInfosForZone( in getVolumeGroupInfosForZone_withServiceRemoteException_returnsEmptyList()
/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/volume/
DVolumeInteractions.java92 carAudioManager.getVolumeGroupInfosForZone(zone); in getAudioAttributeToGroupIdMapping()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1698 …OLUME) public java.util.List<android.car.media.CarVolumeGroupInfo> getVolumeGroupInfosForZone(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt1698 …OLUME) public java.util.List<android.car.media.CarVolumeGroupInfo> getVolumeGroupInfosForZone(int);
Dtest-current.txt1772 …OLUME) public java.util.List<android.car.media.CarVolumeGroupInfo> getVolumeGroupInfosForZone(int);
Dsystem-lint-baseline.txt3310 UnflaggedApi: android.car.media.CarAudioManager#getVolumeGroupInfosForZone(int):
3311 … flagged with @FlaggedApi: method android.car.media.CarAudioManager.getVolumeGroupInfosForZone(int)