Searched refs:setBatteryNotLowConstraintSatisfied (Results 1 – 4 of 4) sorted by relevance
100 taskStatus.setBatteryNotLowConstraintSatisfied(nowElapsed, mService.isBatteryNotLow()); in maybeStartTrackingJobLocked()223 && ts.setBatteryNotLowConstraintSatisfied(nowElapsed, batteryNotLow)) { in maybeReportNewChargingStateLocked()
1696 boolean setBatteryNotLowConstraintSatisfied(final long nowElapsed, boolean state) { in setBatteryNotLowConstraintSatisfied() method in JobStatus
814 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()816 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()820 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()822 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()
4587 HSPLcom/android/server/job/controllers/JobStatus;->setBatteryNotLowConstraintSatisfied(JZ)Z