Searched refs:carImpl (Results 1 – 2 of 2) sorted by relevance
45 public CarTestService(Context context, ICarImpl carImpl) { in CarTestService() argument47 mICarImpl = carImpl; in CarTestService()
522 ICarImpl carImpl = ICarImpl.getInstance(mContext); in shouldDoFakeShutdown() local523 if (!carImpl.isInMocking()) { in shouldDoFakeShutdown()526 CarTestService testService = (CarTestService) carImpl.getCarService(Car.TEST_SERVICE); in shouldDoFakeShutdown()