Searched refs:setRoamingType (Results 1 – 5 of 5) sorted by relevance
186 mockNeRegInfo.setRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in testHandleCellBroadcastIntentDomesticRoaming()214 mockNeRegInfo.setRoamingType(ServiceState.ROAMING_TYPE_INTERNATIONAL); in testHandleCellBroadcastIntentInternationalRoaming()242 mockNeRegInfo.setRoamingType(ServiceState.ROAMING_TYPE_NOT_ROAMING); in testHandleCellBroadcastIntentNonRoaming()269 mockNeRegInfo.setRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in testHandleCellBroadcastIntentNonMatchedScope()
473 nri.setRoamingType(mServiceStateTestIntent.getIntExtra(EXTRA_VOICE_ROAMING_TYPE, in overrideServiceState()487 nri.setRoamingType(mServiceStateTestIntent.getIntExtra(EXTRA_DATA_ROAMING_TYPE, in overrideServiceState()
3847 setRoamingType(mSS); in pollStateDone()5788 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() method in ServiceStateTracker
1271 regInfo.setRoamingType(type); in setVoiceRoamingType()1292 regInfo.setRoamingType(type); in setDataRoamingType()
448 public void setRoamingType(@ServiceState.RoamingType int roamingType) { in setRoamingType() method in NetworkRegistrationInfo