Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DStorageController.java67 taskStatus.setStorageNotLowConstraintSatisfied( in maybeStartTrackingJobLocked()
86 reportChange |= ts.setStorageNotLowConstraintSatisfied(nowElapsed, storageNotLow); in maybeReportNewStorageState()
H A DJobStatus.java1701 boolean setStorageNotLowConstraintSatisfied(final long nowElapsed, boolean state) { in setStorageNotLowConstraintSatisfied() method in JobStatus
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DJobStatusTest.java835 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
837 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
841 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
843 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()