Home
last modified time | relevance | path

Searched refs:CONSTRAINT_BACKGROUND_NOT_RESTRICTED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
DBackgroundJobsController.java103 & JobStatus.CONSTRAINT_BACKGROUND_NOT_RESTRICTED) != 0) { in dumpControllerStateLocked()
145 JobStatus.CONSTRAINT_BACKGROUND_NOT_RESTRICTED) != 0); in dumpControllerStateLocked()
DJobStatus.java78 static final int CONSTRAINT_BACKGROUND_NOT_RESTRICTED = 1<<22; field in JobStatus
885 return setConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED, state); in setBackgroundNotRestrictedConstraintSatisfied()
948 (satisfiedConstraints & CONSTRAINT_BACKGROUND_NOT_RESTRICTED) != 0; in isReady()
1133 if ((constraints&CONSTRAINT_BACKGROUND_NOT_RESTRICTED) != 0) { in dumpConstraints()