Home
last modified time | relevance | path

Searched refs:addInternalFlags (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DJobStatusTest.java250 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testIsUserVisibleJob()
409 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testGetEffectivePriority_Expedited()
554 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testGetEffectivePriority_UserInitiated()
632 job.addInternalFlags(JobStatus.INTERNAL_FLAG_HAS_FOREGROUND_EXEMPTION); in testModifyingInternalFlags()
636 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER in testModifyingInternalFlags()
644 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_SYSTEM_UIJ); in testModifyingInternalFlags()
696 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER); in testShouldTreatAsUserInitiated_userDemoted()
721 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_SYSTEM_UIJ); in testShouldTreatAsUserInitiated_systemDemoted()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java1355 public void addInternalFlags(int flags) { in addInternalFlags() method in JobStatus
1381 addInternalFlags(INTERNAL_FLAG_HAS_FOREGROUND_EXEMPTION); in maybeAddForegroundExemption()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java306 ts.addInternalFlags(JobStatus.INTERNAL_FLAG_HAS_FOREGROUND_EXEMPTION); in testMaybeWriteStatusToDisk()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java2025 job.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER);
2853 newJob.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_USER);
2857 newJob.addInternalFlags(JobStatus.INTERNAL_FLAG_DEMOTED_BY_SYSTEM_UIJ);