Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java353 FcConfig.DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS; in FlexibilityController()
1187 static final SparseArray<int[]> DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS = field in FlexibilityController.FcConfig
1211 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS
1213 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS
1215 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS
1217 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS
1219 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS
1290 for (int i = 0; i < DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS.size(); ++i) { in FcConfig()
1292 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS.keyAt(i), in FcConfig()
1293 DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS.valueAt(i)); in FcConfig()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DFlexibilityControllerTest.java297 FlexibilityController.FcConfig.DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS; in testDefaultVariableValues()
487 FlexibilityController.FcConfig.DEFAULT_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS; in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()