Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java554 job.setBackgroundNotRestrictedConstraintSatisfied(false); in testWouldBeReadyWithConstraint_ImplicitBackgroundNotRestricted()
556 job.setBackgroundNotRestrictedConstraintSatisfied(true); in testWouldBeReadyWithConstraint_ImplicitBackgroundNotRestricted()
560 job.setBackgroundNotRestrictedConstraintSatisfied(false); in testWouldBeReadyWithConstraint_ImplicitBackgroundNotRestricted()
562 job.setBackgroundNotRestrictedConstraintSatisfied(true); in testWouldBeReadyWithConstraint_ImplicitBackgroundNotRestricted()
569 job.setBackgroundNotRestrictedConstraintSatisfied(isSatisfied); in markImplicitConstraintsSatisfied()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DBackgroundJobsController.java204 boolean didChange = jobStatus.setBackgroundNotRestrictedConstraintSatisfied(canRun); in updateSingleJobRestrictionLocked()
DJobStatus.java990 boolean setBackgroundNotRestrictedConstraintSatisfied(boolean state) { in setBackgroundNotRestrictedConstraintSatisfied() method in JobStatus