Home
last modified time | relevance | path

Searched refs:mPrimaryCallContext (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoPauseController.java78 private CallContext mPrimaryCallContext = null; field in VideoPauseController
127 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 …]