Searched refs:isRoamIndForHomeSystem (Results 1 – 1 of 1) sorted by relevance
1929 boolean isRoamIndForHomeSystem = isRoamIndForHomeSystem(mRoamingIndicator); in handlePollStateResult()1930 if (mNewSS.getDataRoaming() == isRoamIndForHomeSystem) { in handlePollStateResult()1931 log("isRoamIndForHomeSystem=" + isRoamIndForHomeSystem in handlePollStateResult()1932 + ", override data roaming to " + !isRoamIndForHomeSystem); in handlePollStateResult()1933 mNewSS.setDataRoaming(!isRoamIndForHomeSystem); in handlePollStateResult()2148 && !isRoamIndForHomeSystem(roamingIndicator); in handlePollStateResultMessage()2445 private boolean isRoamIndForHomeSystem(int roamInd) { in isRoamIndForHomeSystem() method in ServiceStateTracker