Searched refs:carPowerService (Results 1 – 3 of 3) sorted by relevance
60 CarPowerManagementService carPowerService = CarLocalServices.getService( in newCarAudioPowerListener() local62 return new CarAudioPowerListener(carAudioService, carPowerService); in newCarAudioPowerListener()
341 CarPowerManagementService carPowerService = CarLocalServices.getService( in enterGarageMode() local343 if (carPowerService != null in enterGarageMode()344 && carPowerService.garageModeShouldExitImmediately()) { in enterGarageMode()
306 CarBluetoothService bluetoothService, CarPowerManagementService carPowerService, in CarInputService() argument309 carPowerService, systemInterface, in CarInputService()332 CarPowerManagementService carPowerService, SystemInterface systemInterface, in CarInputService() argument346 mCarPowerService = carPowerService; in CarInputService()