Searched refs:mUpdateAllowedByProcState (Results 1 – 1 of 1) sorted by relevance
724 if (session.mUpdateAllowedByProcState) { in cleanUpSession()1003 protected boolean mUpdateAllowedByProcState; field in HintManagerService.AppHintSession1021 mUpdateAllowedByProcState = true; in AppHintSession()1037 if (allowed && !mUpdateAllowedByProcState && !mShouldForcePause) resume(); in updateHintAllowedByProcState()1038 if (!allowed && mUpdateAllowedByProcState) pause(); in updateHintAllowedByProcState()1039 mUpdateAllowedByProcState = allowed; in updateHintAllowedByProcState()1040 return mUpdateAllowedByProcState; in updateHintAllowedByProcState()1045 return mHalSessionPtr != 0 && mUpdateAllowedByProcState && !mShouldForcePause; in isHintAllowed()1151 if (!mUpdateAllowedByProcState) { in setThreadsInternal()1327 pw.println(prefix + "SessionAllowedByProcState: " + mUpdateAllowedByProcState); in dump()