Searched refs:mIsInBackground (Results 1 – 1 of 1) sorted by relevance
84 private boolean mIsInBackground = false; field in VideoPauseController128 mIsInBackground = false; in clear()160 log("onStateChange, IsInBackground=" + mIsInBackground); in onStateChange()167 if (isDialing(mPrimaryCallContext) && canVideoPause && mIsInBackground) { in onStateChange()171 } else if (!isVideoCall(mPrimaryCallContext) && canVideoPause && mIsInBackground) { in onStateChange()192 log("onPrimaryCallChanged, IsInBackground=" + mIsInBackground); in onPrimaryCallChanged()199 && canVideoPause && !mIsInBackground) { in onPrimaryCallChanged()269 mIsInBackground = false; in onResume()284 mIsInBackground = true; in onPause()