Searched refs:mOccupantZoneService (Results 1 – 3 of 3) sorted by relevance
74 private final CarOccupantZoneService mOccupantZoneService; field in ClusterHomeService98 mOccupantZoneService = occupantZoneService; in ClusterHomeService()122 mOccupantZoneService.registerCallback(mOccupantZoneCallback); in init()127 int clusterDisplayId = mOccupantZoneService.getDisplayIdForDriver( in initClusterDisplay()171 mOccupantZoneService.unregisterCallback(mOccupantZoneCallback); in release()
151 private CarOccupantZoneService mOccupantZoneService; field in CarAudioService237 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()
83 private CarOccupantZoneService mOccupantZoneService; field in ClusterHomeServiceUnitTest117 when(mOccupantZoneService.getDisplayIdForDriver(DISPLAY_TYPE_INSTRUMENT_CLUSTER)) in setUp()129 mNavigationService, mOccupantZoneService, mFixedActivityService); in setUp()