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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java191 public ImsPhoneCall mHandoverCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_HANDOVER); field in class:ImsPhoneCallTracker
288 mHandoverCall.dispose();
731 mHandoverCall.clearDisconnected();
929 if (mHandoverCall.mConnections.size() > 0) {
930 if (DBG) log("callEndCleanupHandOverCallIfAny, mHandoverCall.mConnections="
931 + mHandoverCall.mConnections);
932 mHandoverCall.mConnections.clear();
1095 if (conn.getCall() == mHandoverCall) return;
1864 if (mHandoverCall.mConnections == null ) {
1865 mHandoverCall
[all...]

Completed in 39 milliseconds