Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java286 private static final int PRIMARY_OCCUPANT_ZONE = 0; field in CarAudioServiceUnitTest
2852 .that(service.getVolumeGroupInfo(PRIMARY_OCCUPANT_ZONE, TEST_PRIMARY_ZONE_GROUP_0)) in getVolumeGroupInfo_withLegacyMode()
3497 .thenReturn(PRIMARY_OCCUPANT_ZONE); in onKeyEvent_forInvalidAudioZone()
3498 when(mMockOccupantZoneService.getAudioZoneIdForOccupant(PRIMARY_OCCUPANT_ZONE)) in onKeyEvent_forInvalidAudioZone()
3516 .thenReturn(PRIMARY_OCCUPANT_ZONE); in onKeyEvent_forInvalidEvent()
3517 when(mMockOccupantZoneService.getAudioZoneIdForOccupant(PRIMARY_OCCUPANT_ZONE)) in onKeyEvent_forInvalidEvent()
3535 .thenReturn(PRIMARY_OCCUPANT_ZONE); in onKeyEvent_forActionUp()
3536 when(mMockOccupantZoneService.getAudioZoneIdForOccupant(PRIMARY_OCCUPANT_ZONE)) in onKeyEvent_forActionUp()
3558 .thenReturn(PRIMARY_OCCUPANT_ZONE); in onKeyEvent_forDynamicDevKeyEventEnabledForDefaultConfigForZoneWithDynamicDevices()
3559 when(mMockOccupantZoneService.getAudioZoneIdForOccupant(PRIMARY_OCCUPANT_ZONE)) in onKeyEvent_forDynamicDevKeyEventEnabledForDefaultConfigForZoneWithDynamicDevices()
[all …]