Searched refs:setStorageNotLowConstraintSatisfied (Results 1 – 4 of 4) sorted by relevance
67 taskStatus.setStorageNotLowConstraintSatisfied( in maybeStartTrackingJobLocked()87 reportChange |= ts.setStorageNotLowConstraintSatisfied(nowElapsed, storageNotLow); in maybeReportNewStorageState()
1153 boolean setStorageNotLowConstraintSatisfied(final long nowElapsed, boolean state) { in setStorageNotLowConstraintSatisfied() method in JobStatus
328 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()330 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()334 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()336 job.setStorageNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedStorageNotLow()
20925 HPLcom/android/server/job/controllers/JobStatus;->setStorageNotLowConstraintSatisfied(JZ)Z+]Lcom/an…