Searched refs:voiceRoamingType (Results 1 – 2 of 2) sorted by relevance
600 int voiceRoamingType = regInfo.getRoamingType(); in checkScope() local601 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()
458 final int voiceRoamingType = ss.getVoiceRoamingType(); in verifyServiceStateForSubId() local485 assertEquals(voiceRoamingType, cursor.getInt(2)); in verifyServiceStateForSubId()