Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −2 Original line number Diff line number Diff line Loading @@ -2001,9 +2001,9 @@ 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() log("isRoamIndForHomeSystem: " + Resources.getSystem() .getConfiguration().toString()); String[] homeRoamIndicators = mPhone.getContext().getResources() String[] homeRoamIndicators = Resources.getSystem() .getStringArray(com.android.internal.R.array.config_cdma_home_system); if (homeRoamIndicators != null) { Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −2 Original line number Diff line number Diff line Loading @@ -2001,9 +2001,9 @@ 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() log("isRoamIndForHomeSystem: " + Resources.getSystem() .getConfiguration().toString()); String[] homeRoamIndicators = mPhone.getContext().getResources() String[] homeRoamIndicators = Resources.getSystem() .getStringArray(com.android.internal.R.array.config_cdma_home_system); if (homeRoamIndicators != null) { Loading