Loading src/java/com/android/internal/telephony/ProxyController.java +14 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,20 @@ public class ProxyController { } } // Check we actually need to do anything boolean same = true; for (int i = 0; i < mProxyPhones.length; i++) { if (mProxyPhones[i].getRadioAccessFamily() != rafs[i].getRadioAccessFamily()) { same = false; } } if (same) { // All phones are already set to the requested raf logd("setRadioCapability: Already in requested configuration, nothing to do."); // It isn't really an error, so return true - everything is OK. return true; } // Clear to be sure we're in the initial state clearTransaction(); Loading src/java/com/android/internal/telephony/SubscriptionInfoUpdater.java +3 −0 Original line number Diff line number Diff line Loading @@ -550,6 +550,9 @@ public class SubscriptionInfoUpdater extends Handler { } } // Ensure the modems are mapped correctly mSubscriptionManager.setDefaultDataSubId(mSubscriptionManager.getDefaultDataSubId()); SubscriptionController.getInstance().notifySubscriptionInfoChanged(); logd("updateSubscriptionInfoByIccId:- SsubscriptionInfo update complete"); } Loading Loading
src/java/com/android/internal/telephony/ProxyController.java +14 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,20 @@ public class ProxyController { } } // Check we actually need to do anything boolean same = true; for (int i = 0; i < mProxyPhones.length; i++) { if (mProxyPhones[i].getRadioAccessFamily() != rafs[i].getRadioAccessFamily()) { same = false; } } if (same) { // All phones are already set to the requested raf logd("setRadioCapability: Already in requested configuration, nothing to do."); // It isn't really an error, so return true - everything is OK. return true; } // Clear to be sure we're in the initial state clearTransaction(); Loading
src/java/com/android/internal/telephony/SubscriptionInfoUpdater.java +3 −0 Original line number Diff line number Diff line Loading @@ -550,6 +550,9 @@ public class SubscriptionInfoUpdater extends Handler { } } // Ensure the modems are mapped correctly mSubscriptionManager.setDefaultDataSubId(mSubscriptionManager.getDefaultDataSubId()); SubscriptionController.getInstance().notifySubscriptionInfoChanged(); logd("updateSubscriptionInfoByIccId:- SsubscriptionInfo update complete"); } Loading