Loading src/java/com/android/internal/telephony/GsmCdmaCallTracker.java +7 −0 Original line number Diff line number Diff line Loading @@ -1466,6 +1466,13 @@ public class GsmCdmaCallTracker extends CallTracker { if (isPhoneTypeGsm()) { ar = (AsyncResult) msg.obj; if (ar.exception != null) { if (msg.what == EVENT_SWITCH_RESULT) { Connection connection = mForegroundCall.getLatestConnection(); if (connection != null) { connection.onConnectionEvent( android.telecom.Connection.EVENT_CALL_SWITCH_FAILED, null); } } mPhone.notifySuppServiceFailed(getFailedService(msg.what)); } operationComplete(); Loading Loading
src/java/com/android/internal/telephony/GsmCdmaCallTracker.java +7 −0 Original line number Diff line number Diff line Loading @@ -1466,6 +1466,13 @@ public class GsmCdmaCallTracker extends CallTracker { if (isPhoneTypeGsm()) { ar = (AsyncResult) msg.obj; if (ar.exception != null) { if (msg.what == EVENT_SWITCH_RESULT) { Connection connection = mForegroundCall.getLatestConnection(); if (connection != null) { connection.onConnectionEvent( android.telecom.Connection.EVENT_CALL_SWITCH_FAILED, null); } } mPhone.notifySuppServiceFailed(getFailedService(msg.what)); } operationComplete(); Loading