Searched refs:CarTestService (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DCarTestService.java36 public class CarTestService extends ICarTest.Stub implements CarServiceBase { class in inherits:ICarTest.Stub,CarServiceBase
45 public CarTestService(Context context, ICarImpl carImpl) { method in class:CarTestService
65 writer.println("*CarTestService*");
H A DICarImpl.java67 private CarTestService mCarTestService;
140 /** Only for CarTestService */
145 /** Only for CarTestService */
192 mCarTestService = new CarTestService(mContext, this);
286 CarTestService testService = mCarTestService;
H A DCarPowerManagementService.java526 CarTestService testService = (CarTestService) carImpl.getCarService(Car.TEST_SERVICE);

Completed in 466 milliseconds