Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java944 int drs = regCodeToServiceState(nrs.getRegistrationState()); in getRegistrationInfo()
2281 serviceState.setDataRegState(regCodeToServiceState(regState)); in combinePsRegistrationStates()
2300 mNewSS.setVoiceRegState(regCodeToServiceState(registrationState)); in handlePollStateResultMessage()
2379 int serviceState = regCodeToServiceState(registrationState); in handlePollStateResultMessage()
4228 private int regCodeToServiceState(int code) { in regCodeToServiceState() method in ServiceStateTracker