Searched refs:mHandoverCall (Results 1 – 1 of 1) sorted by relevance
346 public ImsPhoneCall mHandoverCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_HANDOVER); field in ImsPhoneCallTracker694 mHandoverCall.dispose(); in dispose()1534 mHandoverCall.clearDisconnected(); in internalClearDisconnected()1780 if (mHandoverCall.mConnections.size() > 0) { in callEndCleanupHandOverCallIfAny()1782 + mHandoverCall.mConnections); in callEndCleanupHandOverCallIfAny()1783 mHandoverCall.mConnections.clear(); in callEndCleanupHandOverCallIfAny()1923 if (conn.getCall() == mHandoverCall) return; in processCallStateChange()3200 if (mHandoverCall.mConnections == null ) { in transferHandoverConnections()3201 mHandoverCall.mConnections = call.mConnections; in transferHandoverConnections()3203 mHandoverCall.mConnections.addAll(call.mConnections); in transferHandoverConnections()[all …]