Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DFlexibilityControllerTest.java474 js.setNumDroppedFlexibleConstraints(1); in testOnConstantsUpdated_PercentsToDropConstraints()
477 js.setNumDroppedFlexibleConstraints(2); in testOnConstantsUpdated_PercentsToDropConstraints()
558 js.setNumDroppedFlexibleConstraints(1); in testGetNextConstraintDropTimeElapsedLocked()
563 js.setNumDroppedFlexibleConstraints(2); in testGetNextConstraintDropTimeElapsedLocked()
577 js.setNumDroppedFlexibleConstraints(1); in testGetNextConstraintDropTimeElapsedLocked()
582 js.setNumDroppedFlexibleConstraints(2); in testGetNextConstraintDropTimeElapsedLocked()
595 js.setNumDroppedFlexibleConstraints(1); in testGetNextConstraintDropTimeElapsedLocked()
599 js.setNumDroppedFlexibleConstraints(2); in testGetNextConstraintDropTimeElapsedLocked()
615 js.setNumDroppedFlexibleConstraints(1); in testGetNextConstraintDropTimeElapsedLocked()
620 js.setNumDroppedFlexibleConstraints(2); in testGetNextConstraintDropTimeElapsedLocked()
[all …]
DJobStatusTest.java272 js.setNumDroppedFlexibleConstraints(2); in testFlexibleConstraintCounts()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java883 js.setNumDroppedFlexibleConstraints(toDrop); in updateFlexibleConstraints()
907 setNumDroppedFlexibleConstraints(js, toDrop); in calculateNumDroppedConstraints()
918 public void setNumDroppedFlexibleConstraints(JobStatus js, int numDropped) { in setNumDroppedFlexibleConstraints() method in FlexibilityController.FlexibilityTracker
921 js.setNumDroppedFlexibleConstraints(numDropped); in setNumDroppedFlexibleConstraints()
984 mFlexibilityTracker.setNumDroppedFlexibleConstraints(js, in scheduleDropNumConstraintsAlarm()
1010 mFlexibilityTracker.setNumDroppedFlexibleConstraints(js, in scheduleDropNumConstraintsAlarm()
DJobStatus.java2169 public void setNumDroppedFlexibleConstraints(int count) { in setNumDroppedFlexibleConstraints() method in JobStatus