Searched refs:isRoamIndForHomeSystem (Results 1 – 1 of 1) sorted by relevance
1705 boolean isRoamIndForHomeSystem = isRoamIndForHomeSystem( in handlePollStateResult()1707 if (mNewSS.getDataRoaming() == isRoamIndForHomeSystem) { in handlePollStateResult()1708 log("isRoamIndForHomeSystem=" + isRoamIndForHomeSystem in handlePollStateResult()1709 + ", override data roaming to " + !isRoamIndForHomeSystem); in handlePollStateResult()1710 mNewSS.setDataRoaming(!isRoamIndForHomeSystem); in handlePollStateResult()1830 && !isRoamIndForHomeSystem( in handlePollStateResultMessage()2104 private boolean isRoamIndForHomeSystem(String roamInd) { in isRoamIndForHomeSystem() method in ServiceStateTracker