Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +2 −2 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class GsmCdmaPhone extends Phone { private SIMRecords mSimRecords; // For non-persisted manual network selection private String mManualNetworkSelectionPlmn = ""; private String mManualNetworkSelectionPlmn; //Common // Instance Variables Loading Loading @@ -1917,7 +1917,7 @@ public class GsmCdmaPhone extends Phone { mManualNetworkSelectionPlmn = nsm.operatorNumeric; } else { //on Phone0 in emergency mode (no SIM), or in some races then clear the cache mManualNetworkSelectionPlmn = ""; mManualNetworkSelectionPlmn = null; Rlog.e(LOG_TAG, "Cannot update network selection due to invalid subId " + subId); } Loading src/java/com/android/internal/telephony/Phone.java +1 −1 Original line number Diff line number Diff line Loading @@ -1944,7 +1944,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { * Retrieves manually selected network info. */ public String getManualNetworkSelectionPlmn() { return ""; return null; } Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +2 −2 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class GsmCdmaPhone extends Phone { private SIMRecords mSimRecords; // For non-persisted manual network selection private String mManualNetworkSelectionPlmn = ""; private String mManualNetworkSelectionPlmn; //Common // Instance Variables Loading Loading @@ -1917,7 +1917,7 @@ public class GsmCdmaPhone extends Phone { mManualNetworkSelectionPlmn = nsm.operatorNumeric; } else { //on Phone0 in emergency mode (no SIM), or in some races then clear the cache mManualNetworkSelectionPlmn = ""; mManualNetworkSelectionPlmn = null; Rlog.e(LOG_TAG, "Cannot update network selection due to invalid subId " + subId); } Loading
src/java/com/android/internal/telephony/Phone.java +1 −1 Original line number Diff line number Diff line Loading @@ -1944,7 +1944,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { * Retrieves manually selected network info. */ public String getManualNetworkSelectionPlmn() { return ""; return null; } Loading