Searched refs:setDataRegState (Results 1 – 13 of 13) sorted by relevance
249 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_HOME); in setUp()818 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_ROAMING); in testRegAndUnregForVoiceRoamingOn()830 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_HOME); in testRegAndUnregForVoiceRoamingOn()840 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_ROAMING); in testRegAndUnregForVoiceRoamingOn()855 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_ROAMING); in testRegAndUnregForVoiceRoamingOff()865 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_HOME); in testRegAndUnregForVoiceRoamingOff()877 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_ROAMING); in testRegAndUnregForVoiceRoamingOff()887 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_HOME); in testRegAndUnregForVoiceRoamingOff()904 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_ROAMING); in testRegAndUnregForDataRoamingOn()916 mSimulatedCommands.setDataRegState(NetworkRegistrationInfo.REGISTRATION_STATE_HOME); in testRegAndUnregForDataRoamingOn()[all …]
60 mServiceState.setDataRegState(serviceState.getDataRegState()); in setUp()89 ss.setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()94 verify(mServiceState).setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()
56 mServiceState.setDataRegState(serviceState.getDataRegState()); in onLooperPrepared()99 ss.setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()106 verify(mServiceState).setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()
120 mSimulatedCommands.setDataRegState(dataRegState); in testGetNetworkRegistrationInfo()
74 ss.setDataRegState(ServiceState.STATE_IN_SERVICE); in testRegState()245 ss.setDataRegState(ServiceState.STATE_OUT_OF_SERVICE); in testParcel()
91 mSS.setDataRegState(ServiceState.STATE_IN_SERVICE); in setUp()
778 ss.setDataRegState(regState); in getServiceStateDataAndVoice()790 ss.setDataRegState(regState); in getServiceStateDataOnly()799 ss.setDataRegState(regState); in modifyServiceStateData()
277 public void setDataRegState(int dataRegState) { in setDataRegState() method in NetworkControllerBaseTest
1122 public void setDataRegState(int state) { in setDataRegState() method in ServiceState
2009 serviceState.setDataRegState(ServiceState.STATE_IN_SERVICE); in combinePsRegistrationStates()2014 serviceState.setDataRegState(regCodeToServiceState(regState)); in combinePsRegistrationStates()5207 mNewSS.setDataRegState(ServiceState.STATE_IN_SERVICE); in processIwlanRegistrationInfo()
997 public void setDataRegState(int dataRegState) { in setDataRegState() method in SimulatedCommands
1448 mSS.setDataRegState(ss.getDataRegState()); in updateDataServiceState()
14201 HSPLandroid/telephony/ServiceState;->setDataRegState(I)V