Searched refs:hasConstraint (Results 1 – 2 of 2) sorted by relevance
1454 return hasConstraint(CONSTRAINT_CHARGING); in hasChargingConstraint()1458 return hasConstraint(CONSTRAINT_BATTERY_NOT_LOW); in hasBatteryNotLowConstraint()1463 return hasConstraint(CONSTRAINT_CHARGING | CONSTRAINT_BATTERY_NOT_LOW); in hasPowerConstraint()1467 return hasConstraint(CONSTRAINT_STORAGE_NOT_LOW); in hasStorageNotLowConstraint()1471 return hasConstraint(CONSTRAINT_TIMING_DELAY); in hasTimingDelayConstraint()1475 return hasConstraint(CONSTRAINT_DEADLINE); in hasDeadlineConstraint()1479 return hasConstraint(CONSTRAINT_IDLE); in hasIdleConstraint()1510 private boolean hasConstraint(int constraint) { in hasConstraint() method in JobStatus
4567 HSPLcom/android/server/job/controllers/JobStatus;->hasConstraint(I)Z