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.java2850 int combinedRegState = getCombinedRegState(mSS); in updateSpnDisplayLegacy() local
2853 && (combinedRegState == ServiceState.STATE_IN_SERVICE in updateSpnDisplayLegacy()
2948 if (combinedRegState == ServiceState.STATE_OUT_OF_SERVICE in updateSpnDisplayLegacy()
2949 || combinedRegState == ServiceState.STATE_EMERGENCY_ONLY) { in updateSpnDisplayLegacy()
2967 } else if (combinedRegState == ServiceState.STATE_IN_SERVICE) { in updateSpnDisplayLegacy()
3067 if (combinedRegState == ServiceState.STATE_OUT_OF_SERVICE) { in updateSpnDisplayLegacy()