Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DDeviceIdleJobsController.java244 & JobStatus.CONSTRAINT_DEVICE_NOT_DOZING) != 0 in dumpControllerStateLocked()
273 JobStatus.CONSTRAINT_DEVICE_NOT_DOZING) != 0); in dumpControllerStateLocked()
DJobStatus.java77 static final int CONSTRAINT_DEVICE_NOT_DOZING = 1<<25; field in JobStatus
881 return setConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING, state); in setDeviceNotDozingConstraintSatisfied()
945 final boolean notDozing = (satisfiedConstraints & CONSTRAINT_DEVICE_NOT_DOZING) != 0 in isReady()
1029 if ((satisfiedConstraints&CONSTRAINT_DEVICE_NOT_DOZING) == 0) { in toString()
1130 if ((constraints&CONSTRAINT_DEVICE_NOT_DOZING) != 0) { in dumpConstraints()
1169 if ((constraints & CONSTRAINT_DEVICE_NOT_DOZING) != 0) { in dumpConstraints()
1170 proto.write(fieldId, JobStatusDumpProto.CONSTRAINT_DEVICE_NOT_DOZING); in dumpConstraints()
/frameworks/base/core/proto/android/server/
Djobscheduler.proto605 CONSTRAINT_DEVICE_NOT_DOZING = 9; enumerator