Searched refs:mCurrentInteractiveState (Results 1 – 1 of 1) sorted by relevance
240 private boolean mCurrentInteractiveState; field in JobConcurrencyManager602 if (mCurrentInteractiveState == interactive) { in onInteractiveStateChanged()605 mCurrentInteractiveState = interactive; in onInteractiveStateChanged()2089 pw.print(mCurrentInteractiveState ? "ON" : "OFF"); in dumpLocked()2193 proto.write(JobConcurrencyManagerProto.CURRENT_INTERACTIVE_STATE, mCurrentInteractiveState); in dumpProtoLocked()