DO NOT MERGE Remove connection substate

Bug:20300433
Change-Id: I69334cb53720435c899ec6811f24a98330b4de57
diff --git a/src/com/android/services/telephony/TelephonyConnection.java b/src/com/android/services/telephony/TelephonyConnection.java
index d72192d..518224b 100644
--- a/src/com/android/services/telephony/TelephonyConnection.java
+++ b/src/com/android/services/telephony/TelephonyConnection.java
@@ -203,17 +203,6 @@
             updateConferenceParticipants(participants);
         }
 
-        /**
-         * Used by the {@link com.android.internal.telephony.Connection} to report a change in the
-         * substate of the current call
-         *
-         * @param callSubstate The call substate.
-         */
-        @Override
-        public void onCallSubstateChanged(int callSubstate) {
-            setCallSubstate(callSubstate);
-        }
-
         /*
          * Handles a change to the multiparty state for this connection.
          *
@@ -565,7 +554,6 @@
         setWifi(mOriginalConnection.isWifi());
         setVideoProvider(mOriginalConnection.getVideoProvider());
         setAudioQuality(mOriginalConnection.getAudioQuality());
-        setCallSubstate(mOriginalConnection.getCallSubstate());
 
         if (isImsConnection()) {
             mWasImsConnection = true;