Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2552 int combinedRegState = getCombinedRegState(mSS); in updateSpnDisplayLegacy() local
2554 && (combinedRegState == ServiceState.STATE_IN_SERVICE)) { in updateSpnDisplayLegacy()
2623 if (combinedRegState == ServiceState.STATE_OUT_OF_SERVICE in updateSpnDisplayLegacy()
2624 || combinedRegState == ServiceState.STATE_EMERGENCY_ONLY) { in updateSpnDisplayLegacy()
2643 } else if (combinedRegState == ServiceState.STATE_IN_SERVICE) { in updateSpnDisplayLegacy()
2721 if (combinedRegState == ServiceState.STATE_OUT_OF_SERVICE) { in updateSpnDisplayLegacy()