Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +5 −0 Original line number Diff line number Diff line Loading @@ -2297,6 +2297,11 @@ public class GsmCdmaPhone extends Phone { return (mManualNetworkSelectionPlmn == null) ? "" : mManualNetworkSelectionPlmn; } @Override protected void onSetNetworkSelectionModeCompleted() { mSST.pollState(); } @Override public String getCdmaPrlVersion() { return mSST.getPrlVersion(); Loading src/java/com/android/internal/telephony/Phone.java +7 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { case EVENT_SET_NETWORK_MANUAL_COMPLETE: case EVENT_SET_NETWORK_AUTOMATIC_COMPLETE: handleSetSelectNetwork((AsyncResult) msg.obj); onSetNetworkSelectionModeCompleted(); return; } Loading Loading @@ -1535,6 +1536,12 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { updateSavedNetworkOperator(nsm); } /** * Called when setting network selection mode is complete. */ protected void onSetNetworkSelectionModeCompleted() { } /** * Query the radio for the current network selection mode. * Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +5 −0 Original line number Diff line number Diff line Loading @@ -2297,6 +2297,11 @@ public class GsmCdmaPhone extends Phone { return (mManualNetworkSelectionPlmn == null) ? "" : mManualNetworkSelectionPlmn; } @Override protected void onSetNetworkSelectionModeCompleted() { mSST.pollState(); } @Override public String getCdmaPrlVersion() { return mSST.getPrlVersion(); Loading
src/java/com/android/internal/telephony/Phone.java +7 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { case EVENT_SET_NETWORK_MANUAL_COMPLETE: case EVENT_SET_NETWORK_AUTOMATIC_COMPLETE: handleSetSelectNetwork((AsyncResult) msg.obj); onSetNetworkSelectionModeCompleted(); return; } Loading Loading @@ -1535,6 +1536,12 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { updateSavedNetworkOperator(nsm); } /** * Called when setting network selection mode is complete. */ protected void onSetNetworkSelectionModeCompleted() { } /** * Query the radio for the current network selection mode. * Loading