Searched refs:addInternalFlags (Results 1 – 5 of 5) sorted by relevance
332 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testIsUserVisibleJob()491 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testGetEffectivePriority_Expedited()636 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testGetEffectivePriority_UserInitiated()714 job.addInternalFlags(JobStatus.INTERNAL_FLAG_HAS_FOREGROUND_EXEMPTION); in testModifyingInternalFlags()718 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER in testModifyingInternalFlags()726 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_SYSTEM_UIJ); in testModifyingInternalFlags()778 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testShouldTreatAsUserInitiated_userDemoted()803 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_SYSTEM_UIJ); in testShouldTreatAsUserInitiated_systemDemoted()
1470 public void addInternalFlags(int flags) { in addInternalFlags() method in JobStatus1492 addInternalFlags(INTERNAL_FLAG_HAS_FOREGROUND_EXEMPTION); in maybeAddForegroundExemption()
346 ts.addInternalFlags(JobStatus.INTERNAL_FLAG_HAS_FOREGROUND_EXEMPTION); in testMaybeWriteStatusToDisk()
2178 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER);3047 newJob.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER);3051 newJob.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_SYSTEM_UIJ);
13249 PLcom/android/server/job/controllers/JobStatus;->addInternalFlags(I)V