Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -2023,10 +2023,12 @@ public class ServiceStateTracker extends Handler { } } // no matches found against the list! log("isRoamIndForHomeSystem: No match found against list for roamInd=" + roamInd); return false; } // no system property found for the roaming indicators for home system log("isRoamIndForHomeSystem: No list found"); return false; } Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -2023,10 +2023,12 @@ public class ServiceStateTracker extends Handler { } } // no matches found against the list! log("isRoamIndForHomeSystem: No match found against list for roamInd=" + roamInd); return false; } // no system property found for the roaming indicators for home system log("isRoamIndForHomeSystem: No list found"); return false; } Loading