Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobConcurrencyManager.java63 private boolean mEffectiveInteractiveState; field in JobConcurrencyManager
155 mEffectiveInteractiveState = true; in onInteractiveStateChanged()
184 if (!mEffectiveInteractiveState) { in rampUpForScreenOff()
197 mEffectiveInteractiveState = false; in rampUpForScreenOff()
236 final MaxJobCountsPerMemoryTrimLevel jobCounts = mEffectiveInteractiveState in updateMaxCountsLocked()
480 pw.print(mEffectiveInteractiveState ? "ON" : "OFF"); in dumpLocked()
515 mEffectiveInteractiveState); in dumpProtoLocked()