Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +2 −1 Original line number Diff line number Diff line Loading @@ -3588,7 +3588,8 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall { if (imsCall != null) { if (conn.hasCapabilities( Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL | Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE)) { Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE) && !mSupportPauseVideo) { // If the carrier supports downgrading to voice, then we can simply issue a // downgrade to voice instead of terminating the call. Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +2 −1 Original line number Diff line number Diff line Loading @@ -3588,7 +3588,8 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall { if (imsCall != null) { if (conn.hasCapabilities( Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL | Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE)) { Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE) && !mSupportPauseVideo) { // If the carrier supports downgrading to voice, then we can simply issue a // downgrade to voice instead of terminating the call. Loading