Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java216 android.hardware.radio.V1_0.VoiceRegStateResult voiceRegState = in createRegistrationStateFromVoiceRegState() local
218 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 …]
DServiceStateTracker.java3670 private boolean isGprsConsistent(int dataRegState, int voiceRegState) { in isGprsConsistent() argument
3671 return !((voiceRegState == ServiceState.STATE_IN_SERVICE) && in isGprsConsistent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java100 int voiceRegState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfo() local
118 mSimulatedCommands.setVoiceRegState(voiceRegState); in testGetNetworkRegistrationInfo()
140 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
167 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java272 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument
273 when(mServiceState.getVoiceRegState()).thenReturn(voiceRegState); in setVoiceRegState()
/frameworks/base/api/
Dsystem-removed.txt80 field @Deprecated public static final String EXTRA_VOICE_REG_STATE = "voiceRegState";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java959 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument
960 mVoiceRegState = voiceRegState; in setVoiceRegState()