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