Home
last modified time | relevance | path

Searched refs:CarTestService (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarTestService.java50 class CarTestService extends ICarTest.Stub implements CarServiceBase { class
52 private static final String TAG = CarLog.tagFor(CarTestService.class);
62 CarTestService(Context context, ICarImpl carImpl) { in CarTestService() method in CarTestService
DICarImpl.java198 private CarTestService mCarTestService;
649 mCarTestService = new CarTestService(mContext, this); in getCarService()
DCarShellCommand.java1258 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()
1267 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarTestServiceUnitTest.java48 private CarTestService mService;
56 mService = new CarTestService(mContext, mCarImpl); in setUp()