Searched refs:isRoamIndForHomeSystem (Results 1 – 1 of 1) sorted by relevance
1831 boolean isRoamIndForHomeSystem = isRoamIndForHomeSystem(mRoamingIndicator); in handlePollStateResult()1832 if (mNewSS.getDataRoaming() == isRoamIndForHomeSystem) { in handlePollStateResult()1833 log("isRoamIndForHomeSystem=" + isRoamIndForHomeSystem in handlePollStateResult()1834 + ", override data roaming to " + !isRoamIndForHomeSystem); in handlePollStateResult()1835 mNewSS.setDataRoaming(!isRoamIndForHomeSystem); in handlePollStateResult()2064 && !isRoamIndForHomeSystem(roamingIndicator); in handlePollStateResultMessage()2343 private boolean isRoamIndForHomeSystem(int roamInd) { in isRoamIndForHomeSystem() method in ServiceStateTracker