Home
last modified time | relevance | path

Searched refs:JobSchedulerShellCommand (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java34 public final class JobSchedulerShellCommand extends BasicShellCommandHandler { class
45 JobSchedulerShellCommand(JobSchedulerService service) { in JobSchedulerShellCommand() method in JobSchedulerShellCommand
DJobSchedulerService.java5250 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 …]