Home
last modified time | relevance | path

Searched refs:allServicesByClazz (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java563 SystemInterface systemInterface, Map<Class, CarSystemService> allServicesByClazz) { in CarShellCommand() argument
568 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 …]
DICarImpl.java967 Map<Class, CarSystemService> allServicesByClazz = new ArrayMap<>(); in newCarShellCommand() local
969 allServicesByClazz.put(service.getClass(), service); in newCarShellCommand()
973 allServicesByClazz); in newCarShellCommand()