Searched refs:mInParole (Results 1 – 2 of 2) sorted by relevance
416 private volatile boolean mInParole; field in QuotaController774 if (mChargeTracker.isCharging() || mInParole) { in isWithinQuotaLocked()1820 mInParole = isParoleOn; in onParoleStateChanged()2551 pw.println("In parole: " + mInParole); in dumpControllerStateLocked()2675 proto.write(StateControllerProto.QuotaController.IS_IN_PAROLE, mInParole); in dumpControllerStateLocked()
227 volatile boolean mInParole; field in JobSchedulerService2286 + " parole=" + mInParole + " active=" + job.uidActive in isReadyToBeExecutedLocked()2289 if (!mInParole in isReadyToBeExecutedLocked()2574 mInParole = isParoleOn; in onParoleStateChanged()3276 pw.print(mInParole); in dumpInternal()3465 proto.write(JobSchedulerServiceDumpProto.IN_PAROLE, mInParole); in dumpInternalProto()