Searched refs:mCurrentInteractiveState (Results 1 – 1 of 1) sorted by relevance
172 private boolean mCurrentInteractiveState; field in JobConcurrencyManager413 if (mCurrentInteractiveState == interactive) { in onInteractiveStateChanged()416 mCurrentInteractiveState = interactive; in onInteractiveStateChanged()1153 pw.print(mCurrentInteractiveState ? "ON" : "OFF"); in dumpLocked()1196 proto.write(JobConcurrencyManagerProto.CURRENT_INTERACTIVE_STATE, mCurrentInteractiveState); in dumpProtoLocked()