Searched refs:hasConstraint (Results 1 – 2 of 2) sorted by relevance
991 return hasConstraint(CONSTRAINT_CHARGING); in hasChargingConstraint()995 return hasConstraint(CONSTRAINT_BATTERY_NOT_LOW); in hasBatteryNotLowConstraint()1000 return hasConstraint(CONSTRAINT_CHARGING | CONSTRAINT_BATTERY_NOT_LOW); in hasPowerConstraint()1004 return hasConstraint(CONSTRAINT_STORAGE_NOT_LOW); in hasStorageNotLowConstraint()1008 return hasConstraint(CONSTRAINT_TIMING_DELAY); in hasTimingDelayConstraint()1012 return hasConstraint(CONSTRAINT_DEADLINE); in hasDeadlineConstraint()1016 return hasConstraint(CONSTRAINT_IDLE); in hasIdleConstraint()1029 private boolean hasConstraint(int constraint) { in hasConstraint() method in JobStatus
20888 HSPLcom/android/server/job/controllers/JobStatus;->hasConstraint(I)Z