Searched refs:CONSTRAINT_CONTENT_TRIGGER (Results 1 – 1 of 1) sorted by relevance
55 static final int CONSTRAINT_CONTENT_TRIGGER = 1<<7; field in JobStatus188 requiredConstraints |= CONSTRAINT_CONTENT_TRIGGER; in JobStatus()342 return (requiredConstraints&CONSTRAINT_CONTENT_TRIGGER) != 0; in hasContentTriggerConstraint()406 return setConstraintSatisfied(CONSTRAINT_CONTENT_TRIGGER, state); in setContentTriggerConstraintSatisfied()453 CONSTRAINT_IDLE | CONSTRAINT_CONTENT_TRIGGER;568 if ((constraints&CONSTRAINT_CONTENT_TRIGGER) != 0) { in dumpConstraints()