Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +0 −4 Original line number Diff line number Diff line Loading @@ -2805,10 +2805,6 @@ public class GsmCdmaPhone extends Phone { if (!isPhoneTypeGsm()) { mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); } // If this is on APM off, SIM may already be loaded. Send setPreferredNetworkType // request to RIL to preserve user setting across APM toggling setPreferredNetworkTypeIfSimLoaded(); } private void handleRadioOffOrNotAvailable() { Loading src/java/com/android/internal/telephony/Phone.java +0 −7 Original line number Diff line number Diff line Loading @@ -4397,13 +4397,6 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { } } protected void setPreferredNetworkTypeIfSimLoaded() { int subId = getSubId(); if (SubscriptionManager.isValidSubscriptionId(subId)) { updateAllowedNetworkTypes(null); } } /** * Registers the handler when phone radio capability is changed. * Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +0 −4 Original line number Diff line number Diff line Loading @@ -2805,10 +2805,6 @@ public class GsmCdmaPhone extends Phone { if (!isPhoneTypeGsm()) { mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); } // If this is on APM off, SIM may already be loaded. Send setPreferredNetworkType // request to RIL to preserve user setting across APM toggling setPreferredNetworkTypeIfSimLoaded(); } private void handleRadioOffOrNotAvailable() { Loading
src/java/com/android/internal/telephony/Phone.java +0 −7 Original line number Diff line number Diff line Loading @@ -4397,13 +4397,6 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { } } protected void setPreferredNetworkTypeIfSimLoaded() { int subId = getSubId(); if (SubscriptionManager.isValidSubscriptionId(subId)) { updateAllowedNetworkTypes(null); } } /** * Registers the handler when phone radio capability is changed. * Loading