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.java66 taskStatus.setStorageNotLowConstraintSatisfied(mStorageTracker.isStorageNotLow()); in maybeStartTrackingJobLocked()
84 reportChange |= ts.setStorageNotLowConstraintSatisfied(storageNotLow); in maybeReportNewStorageState()
DJobStatus.java1048 boolean setStorageNotLowConstraintSatisfied(boolean state) { in setStorageNotLowConstraintSatisfied() method in JobStatus
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java326 job.setStorageNotLowConstraintSatisfied(false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
328 job.setStorageNotLowConstraintSatisfied(true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
332 job.setStorageNotLowConstraintSatisfied(false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
334 job.setStorageNotLowConstraintSatisfied(true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()