Home
last modified time | relevance | path

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

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