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.java66 static final int CONSTRAINT_DEVICE_NOT_DOZING = 1<<25; field in JobStatus
644 return setConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING, state); in setDeviceNotDozingConstraintSatisfied()
693 final boolean notDozing = (satisfiedConstraints & CONSTRAINT_DEVICE_NOT_DOZING) != 0 in isReady()
779 if ((satisfiedConstraints&CONSTRAINT_DEVICE_NOT_DOZING) == 0) { in toString()
878 if ((constraints&CONSTRAINT_DEVICE_NOT_DOZING) != 0) { in dumpConstraints()
DDeviceIdleJobsController.java190 & JobStatus.CONSTRAINT_DEVICE_NOT_DOZING) != 0 in dumpControllerStateLocked()