Searched refs:ICarWatchdogServiceForSystemImpl (Results 1 – 2 of 2) sorted by relevance
129 private final ICarWatchdogServiceForSystemImpl mWatchdogServiceForSystem;310 mWatchdogServiceForSystem = new ICarWatchdogServiceForSystemImpl(this); in CarWatchdogService()883 private static final class ICarWatchdogServiceForSystemImpl class in CarWatchdogService887 ICarWatchdogServiceForSystemImpl(CarWatchdogService service) { in ICarWatchdogServiceForSystemImpl() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl1011 return ICarWatchdogServiceForSystemImpl.HASH; in getInterfaceHash()1016 return ICarWatchdogServiceForSystemImpl.VERSION; in getInterfaceVersion()
233 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystemImpl(); in testMultipleRegistration()247 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystemImpl(); in testInvalidUnregistration()408 private static final class ICarWatchdogServiceForSystemImpl class in CarWatchdogDaemonHelperTest