Searched refs:hasConstraint (Results 1 – 1 of 1) sorted by relevance
920 return hasConstraint(CONSTRAINT_CHARGING); in hasChargingConstraint()924 return hasConstraint(CONSTRAINT_BATTERY_NOT_LOW); in hasBatteryNotLowConstraint()929 return hasConstraint(CONSTRAINT_CHARGING | CONSTRAINT_BATTERY_NOT_LOW); in hasPowerConstraint()933 return hasConstraint(CONSTRAINT_STORAGE_NOT_LOW); in hasStorageNotLowConstraint()937 return hasConstraint(CONSTRAINT_TIMING_DELAY); in hasTimingDelayConstraint()941 return hasConstraint(CONSTRAINT_DEADLINE); in hasDeadlineConstraint()945 return hasConstraint(CONSTRAINT_IDLE); in hasIdleConstraint()958 private boolean hasConstraint(int constraint) { in hasConstraint() method in JobStatus