Home
last modified time | relevance | path

Searched refs:setBatteryNotLowConstraintSatisfied (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DBatteryController.java72 taskStatus.setBatteryNotLowConstraintSatisfied( in maybeStartTrackingJobLocked()
110 previous = ts.setBatteryNotLowConstraintSatisfied(nowElapsed, batteryNotLow); in maybeReportNewChargingStateLocked()
H A DJobStatus.java1148 boolean setBatteryNotLowConstraintSatisfied(final long nowElapsed, boolean state) { in setBatteryNotLowConstraintSatisfied() method in JobStatus
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DJobStatusTest.java307 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()
309 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()
313 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()
315 job.setBatteryNotLowConstraintSatisfied(sElapsedRealtimeClock.millis(), true); in testWouldBeReadyWithConstraint_RequestedBatteryNotLow()
/aosp12/frameworks/base/services/
H A Dart-profile20912 HPLcom/android/server/job/controllers/JobStatus;->setBatteryNotLowConstraintSatisfied(JZ)Z+]Lcom/an…