Home
last modified time | relevance | path

Searched refs:isProxyJob (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java477 job.isProxyJob() ? new int[]{sourceUid, job.getUid()} : new int[]{sourceUid}, in executeRunnableJob()
480 job.isProxyJob() in executeRunnableJob()
1532 completedJob.isProxyJob() in closeAndCleanupJobLocked()
1536 completedJob.isProxyJob() in closeAndCleanupJobLocked()
DJobSchedulerService.java1896 jobStatus.isProxyJob()
1900 jobStatus.isProxyJob()
2346 cancelled.isProxyJob()
2350 cancelled.isProxyJob()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DBackgroundJobsController.java342 if (!jobStatus.isProxyJob()) { in updateSingleJobRestrictionLocked()
DJobStatus.java1097 public boolean isProxyJob() { in isProxyJob() method in JobStatus
1953 isProxyJob() ? new int[]{sourceUid, getUid()} : new int[]{sourceUid}, in setConstraintSatisfied()
1956 isProxyJob() ? new String[]{null, sourceTag} : new String[]{sourceTag}, in setConstraintSatisfied()
/frameworks/base/services/
Dart-wear-profile13323 HPLcom/android/server/job/controllers/JobStatus;->isProxyJob()Z