Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneConnection.java +0 −9 Original line number Diff line number Diff line Loading @@ -680,15 +680,6 @@ public class ImsPhoneConnection extends Connection { setAudioQuality(newAudioQuality); changed = true; } // Check if call substate has changed. If so notify listeners of call state changed. int callSubstate = getCallSubstate(); int newCallSubstate = imsCall.getCallSubstate(); if (callSubstate != newCallSubstate) { setCallSubstate(newCallSubstate); changed = true; } } catch (ImsException e) { // No session in place -- no change } Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneConnection.java +0 −9 Original line number Diff line number Diff line Loading @@ -680,15 +680,6 @@ public class ImsPhoneConnection extends Connection { setAudioQuality(newAudioQuality); changed = true; } // Check if call substate has changed. If so notify listeners of call state changed. int callSubstate = getCallSubstate(); int newCallSubstate = imsCall.getCallSubstate(); if (callSubstate != newCallSubstate) { setCallSubstate(newCallSubstate); changed = true; } } catch (ImsException e) { // No session in place -- no change } Loading