Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DStorageController.java71 taskStatus.setStorageNotLowConstraintSatisfied( in maybeStartTrackingJobLocked()
90 reportChange |= ts.setStorageNotLowConstraintSatisfied(nowElapsed, storageNotLow); in maybeReportNewStorageState()
DJobStatus.java1817 boolean setStorageNotLowConstraintSatisfied(final long nowElapsed, boolean state) { in setStorageNotLowConstraintSatisfied() method in JobStatus
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java917 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
919 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
923 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
925 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()