Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java132 | CONSTRAINT_TARE_WEALTH
203 | CONSTRAINT_TARE_WEALTH
1944 case CONSTRAINT_TARE_WEALTH: in constraintToStopReason()
2028 if ((CONSTRAINT_TARE_WEALTH & unsatisfiedConstraints) != 0) { in getPendingJobReason()
2100 if ((constraints & CONSTRAINT_TARE_WEALTH) != 0) { in addDynamicConstraints()
2103 constraints &= ~CONSTRAINT_TARE_WEALTH; in addDynamicConstraints()
2173 case CONSTRAINT_TARE_WEALTH: in readinessStatusWithConstraint()
2214 case CONSTRAINT_TARE_WEALTH: in readinessStatusWithConstraint()
2470 if ((constraints & CONSTRAINT_TARE_WEALTH) != 0) { in dumpConstraints()
2508 case CONSTRAINT_TARE_WEALTH: in getProtoConstraint()
[all …]
H A DConnectivityController.java911 || !jobStatus.isConstraintSatisfied(JobStatus.CONSTRAINT_TARE_WEALTH))) { in isStrictSatisfied()