Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DICarOccupantZone.aidl29 CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(in int audioZoneId); in getOccupantForAudioZoneId() method
DCarOccupantZoneManager.java509 public OccupantZoneInfo getOccupantForAudioZoneId(int audioZoneId) { in getOccupantForAudioZoneId() method in CarOccupantZoneManager
511 return mService.getOccupantForAudioZoneId(audioZoneId); in getOccupantForAudioZoneId()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioMirrorTestFragment.java152 OccupantZoneInfo info = mCarOccupantZoneManager.getOccupantForAudioZoneId(audioZoneId); in isZoneCurrentlyMirroringOrCastingToPrimaryZone()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java764 mService.getOccupantForAudioZoneId(PRIMARY_AUDIO_ZONE_ID); in testOccupantZoneConfigInfoForAudio()
769 mService.getOccupantForAudioZoneId(SECONDARY_AUDIO_ZONE_ID); in testOccupantZoneConfigInfoForAudio()
774 mService.getOccupantForAudioZoneId(UNMAPPED_AUDIO_ZONE_ID_OCCUPANT); in testOccupantZoneConfigInfoForAudio()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java1190 getCarOccupantZoneService().getOccupantForAudioZoneId(audioZoneId); in verifyMirrorNotEnabledForZone()
1488 .getOccupantForAudioZoneId(zoneId); in verifyCanMirrorToAudioZones()
1556 .getOccupantForAudioZoneId(audioZoneId); in handleEnableAudioMirrorForZones()
3168 getCarOccupantZoneService().getOccupantForAudioZoneId(zoneId);
3199 getCarOccupantZoneService().getOccupantForAudioZoneId(zoneId);
3349 getCarOccupantZoneService().getOccupantForAudioZoneId(zone.getId());
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java645 when(mMockOccupantZoneService.getOccupantForAudioZoneId(TEST_REAR_ROW_3_ZONE_ID)) in setUpService()
647 when(mMockOccupantZoneService.getOccupantForAudioZoneId(TEST_REAR_RIGHT_ZONE_ID)) in setUpService()
649 when(mMockOccupantZoneService.getOccupantForAudioZoneId(TEST_FRONT_ZONE_ID)) in setUpService()
651 when(mMockOccupantZoneService.getOccupantForAudioZoneId(TEST_REAR_LEFT_ZONE_ID)) in setUpService()
653 when(mMockOccupantZoneService.getOccupantForAudioZoneId(TEST_REAR_ROW_3_ZONE_ID)) in setUpService()
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java680 public OccupantZoneInfo getOccupantForAudioZoneId(int audioZoneId) { in getOccupantForAudioZoneId() method in CarOccupantZoneService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt389 method TIRAMISU_0 OccupantZoneInfo getOccupantForAudioZoneId(int audioZoneId);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt160 …ETTINGS) public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt160 …ETTINGS) public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(int);
Dtest-current.txt163 …ETTINGS) public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(int);
Dsystem-lint-baseline.txt1194 UnflaggedApi: android.car.CarOccupantZoneManager#getOccupantForAudioZoneId(int):
1195 … flagged with @FlaggedApi: method android.car.CarOccupantZoneManager.getOccupantForAudioZoneId(int)