Searched refs:CarShellCommand (Results 1 – 2 of 2) sorted by relevance
966 private CarShellCommand newCarShellCommand() { in newCarShellCommand()972 return new CarShellCommand(mContext, mHal, mFeatureController, mSystemInterface, in newCarShellCommand()
182 final class CarShellCommand extends BasicShellCommandHandler { class186 private static final String TAG = CarLog.tagFor(CarShellCommand.class);562 CarShellCommand(Context context, VehicleHal hal, CarFeatureController featureController, in CarShellCommand() method in CarShellCommand