Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerShellCommand.java32 public final class JobSchedulerShellCommand extends BasicShellCommandHandler { class
43 JobSchedulerShellCommand(JobSchedulerService service) { in JobSchedulerShellCommand() method in JobSchedulerShellCommand
H A DJobSchedulerService.java4761 return (new JobSchedulerShellCommand(JobSchedulerService.this)).exec(
4859 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;
4865 return JobSchedulerShellCommand.CMD_ERR_NO_JOB;
4879 return JobSchedulerShellCommand.CMD_ERR_CONSTRAINTS;
4926 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;
4996 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;
5008 return JobSchedulerShellCommand.CMD_ERR_NO_JOB;
5044 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;
5056 return JobSchedulerShellCommand.CMD_ERR_NO_JOB;
5120 return JobSchedulerShellCommand.CMD_ERR_NO_PACKAGE;
[all …]