Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java248 CarUserService userService, CarOccupantZoneService occupantZoneService) { in CarInputService() argument
249 this(context, inputHalService, userService, occupantZoneService, in CarInputService()
264 CarOccupantZoneService occupantZoneService, Handler handler, in CarInputService() argument
274 mCarOccupantZoneService = occupantZoneService; in CarInputService()
/packages/services/Car/service/src/com/android/car/cluster/
DClusterHomeService.java93 CarOccupantZoneService occupantZoneService, in ClusterHomeService() argument
98 mOccupantZoneService = occupantZoneService; in ClusterHomeService()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java662 CarOccupantZoneService occupantZoneService; in setupOccupantZoneInfo() local
668 occupantZoneService = mOccupantZoneService; in setupOccupantZoneInfo()
672 occupantZoneService.setAudioZoneIdsForOccupantZoneIds(audioZoneIdToOccupantZoneMapping); in setupOccupantZoneInfo()