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()
646 boolean mIsInteractive = true; field in InputMethodManagerService1732 if (mIsInteractive && clientToBeReset != null) { in switchUserOnHandlerLocked()2373 if (mIsInteractive) { in startInputUncheckedLocked()4046 proto.write(IS_INTERACTIVE, mIsInteractive); in dumpDebug()4480 mIsInteractive = interactive; in handleSetInteractive()4491 scheduleSetActiveToClient(mCurClient, mIsInteractive, mInFullscreenMode, in handleSetInteractive()5208 p.println(" mSystemReady=" + mSystemReady + " mInteractive=" + mIsInteractive); in dumpAsStringNoCheck()