Searched refs:mPrimaryCallContext (Results 1 – 1 of 1) sorted by relevance
78 private CallContext mPrimaryCallContext = null; field in VideoPauseController127 mPrimaryCallContext = null; in clear()156 boolean hasPrimaryCallChanged = !areSame(call, mPrimaryCallContext); in onStateChange()167 if (isDialing(mPrimaryCallContext) && canVideoPause && mIsInBackground) { in onStateChange()171 } else if (!isVideoCall(mPrimaryCallContext) && canVideoPause && mIsInBackground) { in onStateChange()191 log("onPrimaryCallChanged: Old call = " + mPrimaryCallContext); in onPrimaryCallChanged()194 Preconditions.checkState(!areSame(call, mPrimaryCallContext)); in onPrimaryCallChanged()197 if ((isIncomingCall(mPrimaryCallContext) || isDialing(mPrimaryCallContext) || in onPrimaryCallChanged()203 } else if (isIncomingCall(call) && canVideoPause(mPrimaryCallContext)) { in onPrimaryCallChanged()206 sendRequest(mPrimaryCallContext.getCall(), false); in onPrimaryCallChanged()[all …]