Searched refs:CONSTRAINT_DEADLINE (Results 1 – 2 of 2) sorted by relevance
61 static final int CONSTRAINT_DEADLINE = 1<<30; field in JobStatus260 requiredConstraints |= CONSTRAINT_DEADLINE; in JobStatus()555 return (requiredConstraints&CONSTRAINT_DEADLINE) != 0; in hasDeadlineConstraint()611 return setConstraintSatisfied(CONSTRAINT_DEADLINE, state); in setDeadlineConstraintSatisfied()691 && (satisfiedConstraints & CONSTRAINT_DEADLINE) != 0); in isReady()854 if ((constraints&CONSTRAINT_DEADLINE) != 0) { in dumpConstraints()
142 (job.satisfiedConstraints&JobStatus.CONSTRAINT_DEADLINE) != 0); in canStopTrackingJobLocked()