Searched refs:CONSTRAINT_DEADLINE (Results 1 – 2 of 2) sorted by relevance
50 static final int CONSTRAINT_DEADLINE = 1<<2; field in JobStatus182 requiredConstraints |= CONSTRAINT_DEADLINE; in JobStatus()334 return (requiredConstraints&CONSTRAINT_DEADLINE) != 0; in hasDeadlineConstraint()382 return setConstraintSatisfied(CONSTRAINT_DEADLINE, state); in setDeadlineConstraintSatisfied()443 && (satisfiedConstraints & CONSTRAINT_DEADLINE) != 0); in isReady()550 if ((constraints&CONSTRAINT_DEADLINE) != 0) { in dumpConstraints()
125 (job.satisfiedConstraints&JobStatus.CONSTRAINT_DEADLINE) != 0); in canStopTrackingJobLocked()