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