Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java286 CarTestService testService = mCarTestService; in dump() local
287 if (testService != null) { in dump()
288 testService.dump(writer); in dump()
DCarPowerManagementService.java526 CarTestService testService = (CarTestService) carImpl.getCarService(Car.TEST_SERVICE); in shouldDoFakeShutdown() local
527 return !testService.shouldDoRealShutdownInMocking(); in shouldDoFakeShutdown()