Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java129 private final ICarWatchdogServiceForSystemImpl mWatchdogServiceForSystem;
310 mWatchdogServiceForSystem = new ICarWatchdogServiceForSystemImpl(this); in CarWatchdogService()
883 private static final class ICarWatchdogServiceForSystemImpl class in CarWatchdogService
887 ICarWatchdogServiceForSystemImpl(CarWatchdogService service) { in ICarWatchdogServiceForSystemImpl() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl
1011 return ICarWatchdogServiceForSystemImpl.HASH; in getInterfaceHash()
1016 return ICarWatchdogServiceForSystemImpl.VERSION; in getInterfaceVersion()
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java233 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystemImpl(); in testMultipleRegistration()
247 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystemImpl(); in testInvalidUnregistration()
408 private static final class ICarWatchdogServiceForSystemImpl class in CarWatchdogDaemonHelperTest