Home
last modified time | relevance | path

Searched refs:CONSTRAINT_STORAGE_NOT_LOW (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
DJobStatus.java59 static final int CONSTRAINT_STORAGE_NOT_LOW = JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW; field in JobStatus
547 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_LOW
848 if ((constraints& CONSTRAINT_STORAGE_NOT_LOW) != 0) { in dumpConstraints()