Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DServiceStateTest.java233 ServiceState notRoaming = getServiceStateWithRoamingTypes(ROAMING_TYPE_NOT_ROAMING, in testRoaming()
235 ServiceState dataRoaming = getServiceStateWithRoamingTypes(ROAMING_TYPE_DOMESTIC, in testRoaming()
237 ServiceState voiceRoaming = getServiceStateWithRoamingTypes(ROAMING_TYPE_NOT_ROAMING, in testRoaming()
239 ServiceState dataVoiceRoaming = getServiceStateWithRoamingTypes(ROAMING_TYPE_NOT_ROAMING, in testRoaming()
300 private ServiceState getServiceStateWithRoamingTypes(int dataRoaming, int voiceRoaming) { in getServiceStateWithRoamingTypes() method in ServiceStateTest