Searched refs:CarShellCommand (Results 1 – 2 of 2) sorted by relevance
843 private CarShellCommand newCarShellCommand() { in newCarShellCommand()844 return new CarShellCommand(mContext, mHal, mCarAudioService, mCarPackageManagerService, in newCarShellCommand()
123 final class CarShellCommand extends ShellCommand { class127 private static final String TAG = CarLog.tagFor(CarShellCommand.class);368 CarShellCommand(Context context, in CarShellCommand() method in CarShellCommand