Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java322 int voiceRoamingType = regInfo.getRoamingType(); in checkScope() local
323 if (voiceRoamingType == ROAMING_TYPE_NOT_ROAMING) { in checkScope()
325 } else if (voiceRoamingType == ServiceState.ROAMING_TYPE_DOMESTIC in checkScope()
328 } else if (voiceRoamingType == ServiceState.ROAMING_TYPE_INTERNATIONAL in checkScope()