Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java227 android.hardware.radio.V1_0.VoiceRegStateResult voiceRegState = in createRegistrationStateFromVoiceRegState() local
229 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 …]
DServiceStateTracker.java3872 private boolean isGprsConsistent(int dataRegState, int voiceRegState) { in isGprsConsistent() argument
3873 return !((voiceRegState == ServiceState.STATE_IN_SERVICE) && in isGprsConsistent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java101 int voiceRegState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfo() local
119 mSimulatedCommands.setVoiceRegState(voiceRegState); in testGetNetworkRegistrationInfo()
139 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
164 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
DSimulatedCommands.java984 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument
985 mVoiceRegState = voiceRegState; in setVoiceRegState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java280 public void setVoiceRegState(int voiceRegState) { in setVoiceRegState() argument
281 when(mServiceState.getState()).thenReturn(voiceRegState); in setVoiceRegState()
/frameworks/base/non-updatable-api/
Dsystem-removed.txt80 field @Deprecated public static final String EXTRA_VOICE_REG_STATE = "voiceRegState";
/frameworks/base/api/
Dsystem-removed.txt80 field @Deprecated public static final String EXTRA_VOICE_REG_STATE = "voiceRegState";