Searched refs:getVoiceRoamingType (Results 1 – 10 of 10) sorted by relevance
276 return phone.getDefaultPhone().getServiceState().getVoiceRoamingType() in shouldPerformInternationalNumberRemapping()
581 log("Override voice roaming type with " + ss.getVoiceRoamingType()); in overrideServiceState()
5474 .getVoiceRoamingType()); in setRoamingType()5488 .getVoiceRoamingType()); in setRoamingType()
659 return getVoiceRoamingType() != ROAMING_TYPE_NOT_ROAMING; in getVoiceRoaming()668 public @RoamingType int getVoiceRoamingType() { in getVoiceRoamingType() method in ServiceState1472 m.putInt("voiceRoamingType", getVoiceRoamingType()); in fillInNotifierBundle()
68 assertEquals(ServiceState.ROAMING_TYPE_DOMESTIC, ss.getVoiceRoamingType()); in testRoaming()
1219 .when(mServiceState).getVoiceRoamingType(); in testRewriteOutgoingNumberBasedOnRoamingState()1260 .when(mServiceState).getVoiceRoamingType(); in testRewriteOutgoingNumberBasedOnRoamingState()1339 .when(mServiceState).getVoiceRoamingType(); in testRewriteOutgoingNumberInternationalButBundleNotSet()1360 verify(mServiceState, times(0)).getVoiceRoamingType(); in testRewriteOutgoingNumberInternationalButBundleNotSet()1362 Assert.assertEquals(mImsPhone.getDefaultPhone().getServiceState().getVoiceRoamingType(), in testRewriteOutgoingNumberInternationalButBundleNotSet()
119 doReturn(ROAMING_TYPE_DOMESTIC).when(mServiceState).getVoiceRoamingType(); in setUp()
976 ssProto.voiceRoamingType = serviceState.getVoiceRoamingType(); in toServiceStateProto()
14159 HSPLandroid/telephony/ServiceState;->getVoiceRoamingType()I
14223 HSPLandroid/telephony/ServiceState;->getVoiceRoamingType()I