Searched refs:CarTestService (Results 1 – 4 of 4) sorted by relevance
50 class CarTestService extends ICarTest.Stub implements CarServiceBase { class52 private static final String TAG = CarLog.tagFor(CarTestService.class);62 CarTestService(Context context, ICarImpl carImpl) { in CarTestService() method in CarTestService
198 private CarTestService mCarTestService;649 mCarTestService = new CarTestService(mContext, this); in getCarService()
1258 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()1267 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()
48 private CarTestService mService;56 mService = new CarTestService(mContext, mCarImpl); in setUp()