Searched refs:mCurrentInteractiveState (Results 1 – 1 of 1) sorted by relevance
241 private boolean mCurrentInteractiveState; field in JobConcurrencyManager606 if (mCurrentInteractiveState == interactive) { in onInteractiveStateChanged()609 mCurrentInteractiveState = interactive; in onInteractiveStateChanged()2113 pw.print(mCurrentInteractiveState ? "ON" : "OFF"); in dumpLocked()2217 proto.write(JobConcurrencyManagerProto.CURRENT_INTERACTIVE_STATE, mCurrentInteractiveState); in dumpProtoLocked()