Searched refs:CarTestService (Results 1 – 2 of 2) sorted by relevance
35 class CarTestService extends ICarTest.Stub implements CarServiceBase { class37 private static final String TAG = CarTestService.class.getSimpleName();44 CarTestService(Context context, ICarImpl carImpl) { in CarTestService() method in CarTestService
83 private CarTestService mCarTestService;227 mCarTestService = new CarTestService(mContext, this); in getCarService()