Searched refs:getOccupantForAudioZoneId (Results 1 – 12 of 12) sorted by relevance
29 CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(in int audioZoneId); in getOccupantForAudioZoneId() method
509 public OccupantZoneInfo getOccupantForAudioZoneId(int audioZoneId) { in getOccupantForAudioZoneId() method in CarOccupantZoneManager511 return mService.getOccupantForAudioZoneId(audioZoneId); in getOccupantForAudioZoneId()
152 OccupantZoneInfo info = mCarOccupantZoneManager.getOccupantForAudioZoneId(audioZoneId); in isZoneCurrentlyMirroringOrCastingToPrimaryZone()
764 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()
1190 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());
645 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()
680 public OccupantZoneInfo getOccupantForAudioZoneId(int audioZoneId) { in getOccupantForAudioZoneId() method in CarOccupantZoneService
389 method TIRAMISU_0 OccupantZoneInfo getOccupantForAudioZoneId(int audioZoneId);
160 …ETTINGS) public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(int);
163 …ETTINGS) public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantForAudioZoneId(int);
1194 UnflaggedApi: android.car.CarOccupantZoneManager#getOccupantForAudioZoneId(int):1195 … flagged with @FlaggedApi: method android.car.CarOccupantZoneManager.getOccupantForAudioZoneId(int)