Home
last modified time | relevance | path

Searched refs:startedWithForegroundFlag (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java416 boolean startedWithForegroundFlag = false; in executeRunnableJob()
430 startedWithForegroundFlag = true; in executeRunnableJob()
548 job.startedWithForegroundFlag = startedWithForegroundFlag; in executeRunnableJob()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DBackgroundJobsController.java228 final boolean shouldStopImmediately = jobStatus.startedWithForegroundFlag in updateSingleJobRestrictionLocked()
H A DJobStatus.java443 public boolean startedWithForegroundFlag = false; field in JobStatus
2840 pw.println(startedWithForegroundFlag); in dump()