Searched refs:CONSTRAINT_CONTENT_TRIGGER (Results 1 – 2 of 2) sorted by relevance
76 static final int CONSTRAINT_CONTENT_TRIGGER = 1<<26; field in JobStatus349 requiredConstraints |= CONSTRAINT_CONTENT_TRIGGER; in JobStatus()777 return (requiredConstraints&CONSTRAINT_CONTENT_TRIGGER) != 0; in hasContentTriggerConstraint()876 return setConstraintSatisfied(CONSTRAINT_CONTENT_TRIGGER, state); in setContentTriggerConstraintSatisfied()954 | CONSTRAINT_IDLE | CONSTRAINT_CONTENT_TRIGGER;1127 if ((constraints&CONSTRAINT_CONTENT_TRIGGER) != 0) { in dumpConstraints()1166 if ((constraints & CONSTRAINT_CONTENT_TRIGGER) != 0) { in dumpConstraints()1167 proto.write(fieldId, JobStatusDumpProto.CONSTRAINT_CONTENT_TRIGGER); in dumpConstraints()
604 CONSTRAINT_CONTENT_TRIGGER = 8; enumerator