Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java516 job.setDeviceNotDozingConstraintSatisfied(false, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
518 job.setDeviceNotDozingConstraintSatisfied(true, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
522 job.setDeviceNotDozingConstraintSatisfied(false, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
524 job.setDeviceNotDozingConstraintSatisfied(true, false); in testWouldBeReadyWithConstraint_ImplicitDeviceNotDozing()
568 job.setDeviceNotDozingConstraintSatisfied(isSatisfied, false); in markImplicitConstraintsSatisfied()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DDeviceIdleJobsController.java211 return task.setDeviceNotDozingConstraintSatisfied(enableTask, whitelisted); in updateTaskStateLocked()
DJobStatus.java979 boolean setDeviceNotDozingConstraintSatisfied(boolean state, boolean whitelisted) { in setDeviceNotDozingConstraintSatisfied() method in JobStatus