Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DClusterHomeService.java74 private final CarOccupantZoneService mOccupantZoneService; field in ClusterHomeService
98 mOccupantZoneService = occupantZoneService; in ClusterHomeService()
122 mOccupantZoneService.registerCallback(mOccupantZoneCallback); in init()
127 int clusterDisplayId = mOccupantZoneService.getDisplayIdForDriver( in initClusterDisplay()
171 mOccupantZoneService.unregisterCallback(mOccupantZoneCallback); in release()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java151 private CarOccupantZoneService mOccupantZoneService; field in CarAudioService
237 mOccupantZoneService = CarLocalServices.getService(CarOccupantZoneService.class); in init()
239 mOccupantZoneManager = new CarOccupantZoneManager(car, mOccupantZoneService); in init()
668 occupantZoneService = mOccupantZoneService; in setupOccupantZoneInfo()
951 if (getUserIdForZoneLocked(zoneId) == mOccupantZoneService.getDriverUserId()) { in getCallStateForZone()
1013 int audioZoneId = mOccupantZoneService.getAudioZoneIdForOccupant( in getZoneIdForUserIdLocked()
1014 mOccupantZoneService.getOccupantZoneIdForUserId(userId)); in getZoneIdForUserIdLocked()
1329 int driverUserId = mOccupantZoneService.getDriverUserId(); in handleOccupantZoneUserChanged()
1404 int userId = mOccupantZoneService.getUserForOccupant(occupantZoneId); in updateUserForOccupantZoneLocked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DClusterHomeServiceUnitTest.java83 private CarOccupantZoneService mOccupantZoneService; field in ClusterHomeServiceUnitTest
117 when(mOccupantZoneService.getDisplayIdForDriver(DISPLAY_TYPE_INSTRUMENT_CLUSTER)) in setUp()
129 mNavigationService, mOccupantZoneService, mFixedActivityService); in setUp()