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