Searched refs:isProxyJob (Results 1 – 5 of 5) sorted by relevance
477 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()
1896 jobStatus.isProxyJob()1900 jobStatus.isProxyJob()2346 cancelled.isProxyJob()2350 cancelled.isProxyJob()
342 if (!jobStatus.isProxyJob()) { in updateSingleJobRestrictionLocked()
1097 public boolean isProxyJob() { in isProxyJob() method in JobStatus1953 isProxyJob() ? new int[]{sourceUid, getUid()} : new int[]{sourceUid}, in setConstraintSatisfied()1956 isProxyJob() ? new String[]{null, sourceTag} : new String[]{sourceTag}, in setConstraintSatisfied()
13323 HPLcom/android/server/job/controllers/JobStatus;->isProxyJob()Z