Searched refs:voiceRegState (Results 1 – 6 of 6) sorted by relevance
216 android.hardware.radio.V1_0.VoiceRegStateResult voiceRegState = in createRegistrationStateFromVoiceRegState() local218 int regState = getRegStateFromHalRegState(voiceRegState.regState); in createRegistrationStateFromVoiceRegState()219 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState()223 int reasonForDenial = voiceRegState.reasonForDenial; in createRegistrationStateFromVoiceRegState()224 boolean emergencyOnly = isEmergencyOnly(voiceRegState.regState); in createRegistrationStateFromVoiceRegState()225 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState()226 int roamingIndicator = voiceRegState.roamingIndicator; in createRegistrationStateFromVoiceRegState()227 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState()228 int defaultRoamingIndicator = voiceRegState.defaultRoamingIndicator; in createRegistrationStateFromVoiceRegState()232 convertHalCellIdentityToCellIdentity(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState()[all …]
3670 private boolean isGprsConsistent(int dataRegState, int voiceRegState) { in isGprsConsistent() argument3671 return !((voiceRegState == ServiceState.STATE_IN_SERVICE) && in isGprsConsistent()
100 int voiceRegState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfo() local118 mSimulatedCommands.setVoiceRegState(voiceRegState); in testGetNetworkRegistrationInfo()140 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()167 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
272 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument273 when(mServiceState.getVoiceRegState()).thenReturn(voiceRegState); in setVoiceRegState()
80 field @Deprecated public static final String EXTRA_VOICE_REG_STATE = "voiceRegState";
959 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument960 mVoiceRegState = voiceRegState; in setVoiceRegState()