Searched refs:CONSTRAINT_STORAGE_NOT_LOW (Results 1 – 1 of 1) sorted by relevance
59 static final int CONSTRAINT_STORAGE_NOT_LOW = JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW; field in JobStatus547 return (requiredConstraints&CONSTRAINT_STORAGE_NOT_LOW) != 0; in hasStorageNotLowConstraint()603 return setConstraintSatisfied(CONSTRAINT_STORAGE_NOT_LOW, state); in setStorageNotLowConstraintSatisfied()699 CONSTRAINT_CHARGING | CONSTRAINT_BATTERY_NOT_LOW | CONSTRAINT_STORAGE_NOT_LOW |707 CONSTRAINT_CHARGING | CONSTRAINT_BATTERY_NOT_LOW | CONSTRAINT_STORAGE_NOT_LOW848 if ((constraints& CONSTRAINT_STORAGE_NOT_LOW) != 0) { in dumpConstraints()