Home
last modified time | relevance | path

Searched refs:isRoamIndForHomeSystem (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1940 boolean isRoamIndForHomeSystem = isRoamIndForHomeSystem(mRoamingIndicator); in handlePollStateResult()
1941 if (mNewSS.getDataRoaming() == isRoamIndForHomeSystem) { in handlePollStateResult()
1942 log("isRoamIndForHomeSystem=" + isRoamIndForHomeSystem in handlePollStateResult()
1943 + ", override data roaming to " + !isRoamIndForHomeSystem); in handlePollStateResult()
1944 mNewSS.setDataRoaming(!isRoamIndForHomeSystem); in handlePollStateResult()
2159 && !isRoamIndForHomeSystem(roamingIndicator); in handlePollStateResultMessage()
2456 private boolean isRoamIndForHomeSystem(int roamInd) { in isRoamIndForHomeSystem() method in ServiceStateTracker