Searched refs:KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | FlexibilityControllerTest.java | 44 …id.server.job.controllers.FlexibilityController.FcConfig.KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS; 214 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in setup() 446 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraints() 485 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, "10,20,30,40"); in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues() 495 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues() 506 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues() 517 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues() 1602 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testCalculateNumDroppedConstraints()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | FlexibilityController.java | 1166 static final String KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS = field in FlexibilityController.FcConfig 1400 case KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS: in processConstantLocked() 1606 pw.print(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in dump()
|