Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DJobStatus.java56 static final int CONSTRAINT_DEVICE_NOT_DOZING = 1<<8; field in JobStatus
411 return setConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING, state); in setDeviceNotDozingConstraintSatisfied()
445 final boolean notDozing = (satisfiedConstraints & CONSTRAINT_DEVICE_NOT_DOZING) != 0 in isReady()
496 + ",DND=" + ((satisfiedConstraints&CONSTRAINT_DEVICE_NOT_DOZING) != 0) in toString()
571 if ((constraints&CONSTRAINT_DEVICE_NOT_DOZING) != 0) { in dumpConstraints()
DDeviceIdleJobsController.java191 & JobStatus.CONSTRAINT_DEVICE_NOT_DOZING) != 0 in dumpControllerStateLocked()