Lines Matching refs:regState
620 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceRoamingType() local
622 if (regState != null) { in getVoiceRoamingType()
623 return regState.getRoamingType(); in getVoiceRoamingType()
644 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getDataRoamingFromRegistration() local
646 if (regState != null) { in getDataRoamingFromRegistration()
647 return regState.getRegistrationState() in getDataRoamingFromRegistration()
660 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getDataRoamingType() local
662 if (regState != null) { in getDataRoamingType()
663 return regState.getRoamingType(); in getDataRoamingType()
1647 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceNetworkType() local
1649 if (regState != null) { in getVoiceNetworkType()
1650 return regState.getAccessNetworkTechnology(); in getVoiceNetworkType()