Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DStorageController.java66 taskStatus.setStorageNotLowConstraintSatisfied(mStorageTracker.isStorageNotLow()); in maybeStartTrackingJobLocked()
84 reportChange |= ts.setStorageNotLowConstraintSatisfied(storageNotLow); in maybeReportNewStorageState()
DJobStatus.java944 boolean setStorageNotLowConstraintSatisfied(boolean state) { in setStorageNotLowConstraintSatisfied() method in JobStatus
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java219 job.setStorageNotLowConstraintSatisfied(false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
221 job.setStorageNotLowConstraintSatisfied(true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
225 job.setStorageNotLowConstraintSatisfied(false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
227 job.setStorageNotLowConstraintSatisfied(true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()