Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java88 static final int SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS = CONSTRAINT_BATTERY_NOT_LOW field in FlexibilityController
98 JOB_SPECIFIC_FLEXIBLE_CONSTRAINTS | SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS;
509 final int relevantConstraints = SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS in getRelevantAppliedConstraintsLocked()
523 & (SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS in hasEnoughSatisfiedConstraintsLocked()
1074 mAppliedConstraints & SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS); in handleMessage()
DJobStatus.java25 …t static com.android.server.job.controllers.FlexibilityController.SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS;
697 ((~requiredConstraints) & SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS) != 0 in JobStatus()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DFlexibilityControllerTest.java45 …t static com.android.server.job.controllers.FlexibilityController.SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS;
1362 SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS, true, FROZEN_TIME); in testTransportAffinity()
1364 SYSTEM_WIDE_FLEXIBLE_CONSTRAINTS, false, FROZEN_TIME); in testTransportAffinity()