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.java2662 int combinedRegState = getCombinedRegState(mSS); in updateSpnDisplayLegacy() local
2664 && (combinedRegState == ServiceState.STATE_IN_SERVICE)) { in updateSpnDisplayLegacy()
2733 if (combinedRegState == ServiceState.STATE_OUT_OF_SERVICE in updateSpnDisplayLegacy()
2734 || combinedRegState == ServiceState.STATE_EMERGENCY_ONLY) { in updateSpnDisplayLegacy()
2751 } else if (combinedRegState == ServiceState.STATE_IN_SERVICE) { in updateSpnDisplayLegacy()
2836 if (combinedRegState == ServiceState.STATE_OUT_OF_SERVICE) { in updateSpnDisplayLegacy()