Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -2001,6 +2001,8 @@ public class ServiceStateTracker extends Handler { */ private boolean isRoamIndForHomeSystem(String roamInd) { // retrieve the carrier-specified list of ERIs for home system log("isRoamIndForHomeSystem: " + mPhone.getContext().getResources() .getConfiguration().toString()); String[] homeRoamIndicators = mPhone.getContext().getResources() .getStringArray(com.android.internal.R.array.config_cdma_home_system); Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -2001,6 +2001,8 @@ public class ServiceStateTracker extends Handler { */ private boolean isRoamIndForHomeSystem(String roamInd) { // retrieve the carrier-specified list of ERIs for home system log("isRoamIndForHomeSystem: " + mPhone.getContext().getResources() .getConfiguration().toString()); String[] homeRoamIndicators = mPhone.getContext().getResources() .getStringArray(com.android.internal.R.array.config_cdma_home_system); Loading