Loading src/java/com/android/internal/telephony/PhoneBase.java +14 −11 Original line number Diff line number Diff line Loading @@ -1019,7 +1019,7 @@ public abstract class PhoneBase extends Handler implements Phone { // send the setting on error } } if (doAutomatic) { // wrap the response message in our own message along with // an empty string (to indicate automatic selection) for the // operator's id. Loading @@ -1029,13 +1029,16 @@ public abstract class PhoneBase extends Handler implements Phone { nsm.operatorAlphaLong = ""; nsm.operatorAlphaShort = ""; if (doAutomatic) { Message msg = obtainMessage(EVENT_SET_NETWORK_AUTOMATIC_COMPLETE, nsm); mCi.setNetworkSelectionModeAutomatic(msg); updateSavedNetworkOperator(nsm); } else { Rlog.d(LOG_TAG, "setNetworkSelectionModeAutomatic - already auto, ignoring"); ar.userObj = nsm; handleSetSelectNetwork(ar); } updateSavedNetworkOperator(nsm); } @Override Loading Loading
src/java/com/android/internal/telephony/PhoneBase.java +14 −11 Original line number Diff line number Diff line Loading @@ -1019,7 +1019,7 @@ public abstract class PhoneBase extends Handler implements Phone { // send the setting on error } } if (doAutomatic) { // wrap the response message in our own message along with // an empty string (to indicate automatic selection) for the // operator's id. Loading @@ -1029,13 +1029,16 @@ public abstract class PhoneBase extends Handler implements Phone { nsm.operatorAlphaLong = ""; nsm.operatorAlphaShort = ""; if (doAutomatic) { Message msg = obtainMessage(EVENT_SET_NETWORK_AUTOMATIC_COMPLETE, nsm); mCi.setNetworkSelectionModeAutomatic(msg); updateSavedNetworkOperator(nsm); } else { Rlog.d(LOG_TAG, "setNetworkSelectionModeAutomatic - already auto, ignoring"); ar.userObj = nsm; handleSetSelectNetwork(ar); } updateSavedNetworkOperator(nsm); } @Override Loading