Searched refs:simCountryIso (Results 1 – 6 of 6) sorted by relevance
181 String simCountryIso = manager.getSimCountryIso(); in getConvertedTelUri() local182 if (!TextUtils.isEmpty(simCountryIso)) { in getConvertedTelUri()183 simCountryIso = simCountryIso.toUpperCase(); in getConvertedTelUri()186 Phonenumber.PhoneNumber phoneNumber = util.parse(number, simCountryIso); in getConvertedTelUri()
344 String simCountryIso = manager.getSimCountryIso(); in formatNumber() local345 if (simCountryIso != null) { in formatNumber()346 simCountryIso = simCountryIso.toUpperCase(); in formatNumber()349 Phonenumber.PhoneNumber phoneNumber = util.parse(number, simCountryIso); in formatNumber()
912 String simCountryIso = manager.getSimCountryIso(); in formatNumber() local913 if (simCountryIso != null) { in formatNumber()914 simCountryIso = simCountryIso.toUpperCase(); in formatNumber()917 Phonenumber.PhoneNumber phoneNumber = util.parse(number, simCountryIso); in formatNumber()
1059 String simCountryIso = manager.getSimCountryIso(); in getSipUriFromUri() local1060 if (TextUtils.isEmpty(simCountryIso)) { in getSipUriFromUri()1063 simCountryIso = simCountryIso.toUpperCase(); in getSipUriFromUri()1066 Phonenumber.PhoneNumber phoneNumber = util.parse(number, simCountryIso); in getSipUriFromUri()
678 String simCountryIso = ctx.getSystemService(TelephonyManager.class).getSimCountryIso(); in gatherTelLinks() local679 if (!TextUtils.isEmpty(simCountryIso)) { in gatherTelLinks()681 regionCode = simCountryIso.toUpperCase(Locale.US); in gatherTelLinks()
2141 String simCountryIso = in checkDestination() local2143 if (simCountryIso == null || simCountryIso.length() != 2) { in checkDestination()2147 simCountryIso = in checkDestination()2154 .checkDestination(trackers[0].mDestAddress, simCountryIso); in checkDestination()