Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerShellCommand.java84 return resetExecutionQuota(pw); in onCommand()
503 private int resetExecutionQuota(PrintWriter pw) throws Exception { in resetExecutionQuota() method in JobSchedulerShellCommand
530 mInternal.resetExecutionQuota(pkgName, userId); in resetExecutionQuota()
H A DJobSchedulerService.java5204 void resetExecutionQuota(@NonNull String pkgName, int userId) {