Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java600 int voiceRoamingType = regInfo.getRoamingType(); in checkScope() local
601 if (voiceRoamingType == ROAMING_TYPE_NOT_ROAMING) { in checkScope()
603 } else if (voiceRoamingType == ServiceState.ROAMING_TYPE_DOMESTIC in checkScope()
606 } else if (voiceRoamingType == ServiceState.ROAMING_TYPE_INTERNATIONAL in checkScope()
/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java458 final int voiceRoamingType = ss.getVoiceRoamingType(); in verifyServiceStateForSubId() local
485 assertEquals(voiceRoamingType, cursor.getInt(2)); in verifyServiceStateForSubId()