Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java3590 CarAudioZoneConfigInfo zoneConfigSwitchTo = zoneConfigInfos.stream() in onKeyEvent_forDynamicDevKeyEventEnabledForDynamicDeviceConfigForZoneWithDynamicDevices() local
3593 service.switchZoneToConfig(zoneConfigSwitchTo, callback); in onKeyEvent_forDynamicDevKeyEventEnabledForDynamicDeviceConfigForZoneWithDynamicDevices()
3630 CarAudioZoneConfigInfo zoneConfigSwitchTo = zoneConfigInfos.stream() in onKeyEvent_forDynDevKeyEventDisabledForDynamicDeviceConfigForZoneWithDynamicDevices() local
3633 service.switchZoneToConfig(zoneConfigSwitchTo, callback); in onKeyEvent_forDynDevKeyEventDisabledForDynamicDeviceConfigForZoneWithDynamicDevices()
4494 CarAudioZoneConfigInfo zoneConfigSwitchTo = getZoneConfigToSwitch(service, in switchZoneToConfig() local
4497 service.switchZoneToConfig(zoneConfigSwitchTo, callback); in switchZoneToConfig()
4502 .isEqualTo(getUpdatedCarAudioZoneConfigInfo(zoneConfigSwitchTo, service)); in switchZoneToConfig()
4514 CarAudioZoneConfigInfo zoneConfigSwitchTo = getZoneConfigToSwitch(service, in switchZoneToConfig_forNonAssignedZone_fails() local
4519 service.switchZoneToConfig(zoneConfigSwitchTo, callback)); in switchZoneToConfig_forNonAssignedZone_fails()
4541 CarAudioZoneConfigInfo zoneConfigSwitchTo = getZoneConfigToSwitch(service, in switchZoneToConfig_afterSharedInPrimaryZone_fails() local
[all …]