Searched refs:mReadyNotDozing (Results 1 – 1 of 1) sorted by relevance
366 private boolean mReadyNotDozing; field in JobStatus471 mReadyNotDozing = (job.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) != 0; in JobStatus()1087 mReadyNotDozing = state || (job.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) != 0; in setDeviceNotDozingConstraintSatisfied()1235 oldValue = mReadyNotDozing; in wouldBeReadyWithConstraint()1236 mReadyNotDozing = true; in wouldBeReadyWithConstraint()1259 mReadyNotDozing = oldValue; in wouldBeReadyWithConstraint()1287 return mReadyNotDozing && mReadyNotRestrictedInBg && (mReadyDeadlineSatisfied in isReady()1760 pw.println(mReadyNotDozing); in dump()1974 proto.write(JobStatusDumpProto.ImplicitConstraints.IS_NOT_DOZING, mReadyNotDozing); in dump()