Home
last modified time | relevance | path

Searched refs:setDeviceNotDozingConstraintSatisfied (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DJobStatusTest.java625 job.setDeviceNotDozingConstraintSatisfied(sElapsedRealtimeClock.millis(), false, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
627 job.setDeviceNotDozingConstraintSatisfied(sElapsedRealtimeClock.millis(), true, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
631 job.setDeviceNotDozingConstraintSatisfied(sElapsedRealtimeClock.millis(), false, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
633 job.setDeviceNotDozingConstraintSatisfied(sElapsedRealtimeClock.millis(), true, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
681 job.setDeviceNotDozingConstraintSatisfied( in markImplicitConstraintsSatisfied()
H A DQuotaControllerTest.java388 js.setDeviceNotDozingConstraintSatisfied(/* nowElapsed */ sElapsedRealtimeClock.millis(), in createJobStatus()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DDeviceIdleJobsController.java213 return task.setDeviceNotDozingConstraintSatisfied(nowElapsed, enableTask, whitelisted); in updateTaskStateLocked()
H A DJobStatus.java1188 boolean setDeviceNotDozingConstraintSatisfied(final long nowElapsed, in setDeviceNotDozingConstraintSatisfied() method in JobStatus
/aosp12/frameworks/base/services/
H A Dart-profile20918 HPLcom/android/server/job/controllers/JobStatus;->setDeviceNotDozingConstraintSatisfied(JZZ)Z+]Lcom…