Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java96 return resetExecutionQuota(pw); in onCommand()
663 private int resetExecutionQuota(PrintWriter pw) throws Exception { in resetExecutionQuota() method in JobSchedulerShellCommand
690 mInternal.resetExecutionQuota(pkgName, userId); in resetExecutionQuota()
DJobSchedulerService.java5772 void resetExecutionQuota(@NonNull String pkgName, int userId) {