Searched refs:getVoiceRoamingType (Results 1 – 7 of 7) sorted by relevance
611 return getVoiceRoamingType() != ROAMING_TYPE_NOT_ROAMING; in getVoiceRoaming()619 public @RoamingType int getVoiceRoamingType() { in getVoiceRoamingType() method in ServiceState1315 m.putInt("voiceRoamingType", getVoiceRoamingType()); in fillInNotifierBundle()
392 log("Override voice roaming type with " + ss.getVoiceRoamingType()); in overrideServiceState()
5130 .getVoiceRoamingType()); in setRoamingType()5144 .getVoiceRoamingType()); in setRoamingType()
67 assertEquals(ServiceState.ROAMING_TYPE_DOMESTIC, ss.getVoiceRoamingType()); in testRoaming()
109 doReturn(ROAMING_TYPE_DOMESTIC).when(mServiceState).getVoiceRoamingType(); in setUp()
880 ssProto.voiceRoamingType = serviceState.getVoiceRoamingType(); in toServiceStateProto()
14181 HSPLandroid/telephony/ServiceState;->getVoiceRoamingType()I