Searched defs:mHandoverCall (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java249 public ImsPhoneCall mHandoverCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_HANDOVER); field in class:ImsPhoneCallTracker
719 mHandoverCall.dispose();
1263 mHandoverCall.clearDisconnected();
1478 if (mHandoverCall.mConnections.size() > 0) {
1479 if (DBG) log("callEndCleanupHandOverCallIfAny, mHandoverCall.mConnections="
1480 + mHandoverCall.mConnections);
1481 mHandoverCall.mConnections.clear();
1654 if (conn.getCall() == mHandoverCall) return;
2588 if (mHandoverCall.mConnections == null ) {
2589 mHandoverCall
[all...]

Completed in 702 milliseconds