Searched refs:CONSTRAINT_DEVICE_NOT_DOZING (Results 1 – 2 of 2) sorted by relevance
66 static final int CONSTRAINT_DEVICE_NOT_DOZING = 1<<25; field in JobStatus644 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()
190 & JobStatus.CONSTRAINT_DEVICE_NOT_DOZING) != 0 in dumpControllerStateLocked()