Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarTestService.java45 public CarTestService(Context context, ICarImpl carImpl) { in CarTestService() argument
47 mICarImpl = carImpl; in CarTestService()
DCarPowerManagementService.java522 ICarImpl carImpl = ICarImpl.getInstance(mContext); in shouldDoFakeShutdown() local
523 if (!carImpl.isInMocking()) { in shouldDoFakeShutdown()
526 CarTestService testService = (CarTestService) carImpl.getCarService(Car.TEST_SERVICE); in shouldDoFakeShutdown()