Searched refs:testService (Results 1 – 2 of 2) sorted by relevance
286 CarTestService testService = mCarTestService; in dump() local287 if (testService != null) { in dump()288 testService.dump(writer); in dump()
526 CarTestService testService = (CarTestService) carImpl.getCarService(Car.TEST_SERVICE); in shouldDoFakeShutdown() local527 return !testService.shouldDoRealShutdownInMocking(); in shouldDoFakeShutdown()