Home
last modified time | relevance | path

Searched refs:appHasDozeExemption (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DDeviceIdleJobsController.java251 if (jobStatus.appHasDozeExemption) { in dumpControllerStateLocked()
278 proto.write(TrackedJob.IS_DOZE_WHITELISTED, jobStatus.appHasDozeExemption); in dumpControllerStateLocked()
DJobStatus.java362 boolean appHasDozeExemption; field in JobStatus
1785 return appHasDozeExemption in canRunInDoze()
1859 appHasDozeExemption = whitelisted; in setDeviceNotDozingConstraintSatisfied()
2866 if (appHasDozeExemption) { in dump()
3098 proto.write(JobStatusDumpProto.IS_DOZE_WHITELISTED, appHasDozeExemption); in dump()