Searched refs:mIsInteractive (Results 1 – 4 of 4) sorted by relevance
24 private boolean mIsInteractive; field in FakeScreenInteractiveHelper27 mIsInteractive = true; in FakeScreenInteractiveHelper()31 if (interactive == mIsInteractive) { in setScreenInteractive()35 mIsInteractive = interactive; in setScreenInteractive()40 return mIsInteractive; in isInteractive()
37 private volatile boolean mIsInteractive; field in SystemScreenInteractiveHelper72 if (interactive == mIsInteractive) { in onScreenInteractiveChanged()76 mIsInteractive = interactive; in onScreenInteractiveChanged()83 return mIsInteractive; in isInteractive()
114 private boolean mIsInteractive; field in BatterySaverController404 return mIsInteractive; in isInteractive()458 mIsInteractive = isInteractive; in handleBatterySaverStateChanged()
643 boolean mIsInteractive = true; field in InputMethodManagerService1729 if (mIsInteractive && clientToBeReset != null) { in switchUserOnHandlerLocked()2367 if (mIsInteractive) { in startInputUncheckedLocked()4038 proto.write(IS_INTERACTIVE, mIsInteractive); in dumpDebug()4469 mIsInteractive = interactive; in handleSetInteractive()4480 scheduleSetActiveToClient(mCurClient, mIsInteractive, mInFullscreenMode, in handleSetInteractive()5197 p.println(" mSystemReady=" + mSystemReady + " mInteractive=" + mIsInteractive); in dumpAsStringNoCheck()