Searched refs:allServicesByClazz (Results 1 – 2 of 2) sorted by relevance
563 SystemInterface systemInterface, Map<Class, CarSystemService> allServicesByClazz) { in CarShellCommand() argument568 mCarAudioService = (CarAudioService) allServicesByClazz.get(CarAudioService.class); in CarShellCommand()569 mCarPackageManagerService = (CarPackageManagerService) allServicesByClazz.get( in CarShellCommand()571 mCarProjectionService = (CarProjectionService) allServicesByClazz.get( in CarShellCommand()573 mCarPowerManagementService = (CarPowerManagementService) allServicesByClazz.get( in CarShellCommand()575 mFixedActivityService = (FixedActivityService) allServicesByClazz.get( in CarShellCommand()577 mCarInputService = (CarInputService) allServicesByClazz.get(CarInputService.class); in CarShellCommand()578 mCarNightService = (CarNightService) allServicesByClazz.get(CarNightService.class); in CarShellCommand()579 mGarageModeService = (GarageModeService) allServicesByClazz.get(GarageModeService.class); in CarShellCommand()580 mCarUserService = (CarUserService) allServicesByClazz.get(CarUserService.class); in CarShellCommand()[all …]
967 Map<Class, CarSystemService> allServicesByClazz = new ArrayMap<>(); in newCarShellCommand() local969 allServicesByClazz.put(service.getClass(), service); in newCarShellCommand()973 allServicesByClazz); in newCarShellCommand()