Searched refs:voiceRegState (Results 1 – 7 of 7) sorted by relevance
227 android.hardware.radio.V1_0.VoiceRegStateResult voiceRegState = in createRegistrationStateFromVoiceRegState() local229 int regState = getRegStateFromHalRegState(voiceRegState.regState); in createRegistrationStateFromVoiceRegState()230 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState()231 int reasonForDenial = voiceRegState.reasonForDenial; in createRegistrationStateFromVoiceRegState()232 boolean emergencyOnly = isEmergencyOnly(voiceRegState.regState); in createRegistrationStateFromVoiceRegState()233 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState()234 int roamingIndicator = voiceRegState.roamingIndicator; in createRegistrationStateFromVoiceRegState()235 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState()236 int defaultRoamingIndicator = voiceRegState.defaultRoamingIndicator; in createRegistrationStateFromVoiceRegState()239 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState()[all …]
3872 private boolean isGprsConsistent(int dataRegState, int voiceRegState) { in isGprsConsistent() argument3873 return !((voiceRegState == ServiceState.STATE_IN_SERVICE) && in isGprsConsistent()
101 int voiceRegState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfo() local119 mSimulatedCommands.setVoiceRegState(voiceRegState); in testGetNetworkRegistrationInfo()139 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()164 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
984 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument985 mVoiceRegState = voiceRegState; in setVoiceRegState()
280 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument281 when(mServiceState.getState()).thenReturn(voiceRegState); in setVoiceRegState()
80 field @Deprecated public static final String EXTRA_VOICE_REG_STATE = "voiceRegState";