Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java172 @Nullable CarWatchdogService carWatchdogService, in ICarImpl() argument
327 if (carWatchdogService == null) { in ICarImpl()
331 mCarWatchdogService = carWatchdogService; in ICarImpl()
DCarShellCommand.java383 CarWatchdogService carWatchdogService) { in CarShellCommand() argument
399 mCarWatchdogService = carWatchdogService; in CarShellCommand()