Searched refs:mReadyNotDozing (Results 1 – 1 of 1) sorted by relevance
324 private boolean mReadyNotDozing; field in JobStatus421 mReadyNotDozing = (job.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) != 0; in JobStatus()983 mReadyNotDozing = state || (job.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) != 0; in setDeviceNotDozingConstraintSatisfied()1083 oldValue = mReadyNotDozing; in wouldBeReadyWithConstraint()1084 mReadyNotDozing = true; in wouldBeReadyWithConstraint()1105 mReadyNotDozing = oldValue; in wouldBeReadyWithConstraint()1124 return mReadyNotDozing && mReadyNotRestrictedInBg && (mReadyDeadlineSatisfied in isReady()1586 pw.println(mReadyNotDozing); in dump()1781 proto.write(JobStatusDumpProto.ImplicitConstraints.IS_NOT_DOZING, mReadyNotDozing); in dump()