Searched refs:mCurrentInteractiveState (Results 1 – 1 of 1) sorted by relevance
62 private boolean mCurrentInteractiveState; field in JobConcurrencyManager144 if (mCurrentInteractiveState == interactive) { in onInteractiveStateChanged()147 mCurrentInteractiveState = interactive; in onInteractiveStateChanged()479 pw.print(mCurrentInteractiveState ? "ON" : "OFF"); in dumpLocked()513 proto.write(JobConcurrencyManagerProto.CURRENT_INTERACTIVE_STATE, mCurrentInteractiveState); in dumpProtoLocked()