Searched refs:JobSchedulerShellCommand (Results 1 – 2 of 2) sorted by relevance
34 public final class JobSchedulerShellCommand extends BasicShellCommandHandler { class45 JobSchedulerShellCommand(JobSchedulerService service) { in JobSchedulerShellCommand() method in JobSchedulerShellCommand
5250 return (new JobSchedulerShellCommand(JobSchedulerService.this)).exec(5350 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;5356 return JobSchedulerShellCommand.CMD_ERR_NO_JOB;5384 return JobSchedulerShellCommand.CMD_ERR_CONSTRAINTS;5406 return JobSchedulerShellCommand.CMD_ERR_CONSTRAINTS;5465 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;5563 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;5575 return JobSchedulerShellCommand.CMD_ERR_NO_JOB;5589 if (byteOption == JobSchedulerShellCommand.BYTE_OPTION_DOWNLOAD) {5611 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;[all …]