Searched refs:isRoamIndForHomeSystem (Results 1 – 1 of 1) sorted by relevance
2021 boolean isRoamIndForHomeSystem = isRoamIndForHomeSystem(mRoamingIndicator); in handlePollStateResult()2022 if (mNewSS.getDataRoaming() == isRoamIndForHomeSystem) { in handlePollStateResult()2023 log("isRoamIndForHomeSystem=" + isRoamIndForHomeSystem in handlePollStateResult()2024 + ", override data roaming to " + !isRoamIndForHomeSystem); in handlePollStateResult()2025 mNewSS.setDataRoaming(!isRoamIndForHomeSystem); in handlePollStateResult()2251 && !isRoamIndForHomeSystem(roamingIndicator); in handlePollStateResultMessage()2629 private boolean isRoamIndForHomeSystem(int roamInd) { in isRoamIndForHomeSystem() method in ServiceStateTracker