Searched refs:simCountryIso (Results 1 – 3 of 3) sorted by relevance
36 String simCountryIso = manager.getSimCountryIso().toUpperCase(); in formatNumber() local39 Phonenumber.PhoneNumber phoneNumber = util.parse(number, simCountryIso); in formatNumber()
62 String simCountryIso = telephonyManager.getSimCountryIso(); in getUpperCaseUserHomeCountry() local63 if (simCountryIso != null) { in getUpperCaseUserHomeCountry()
1536 String simCountryIso = in getSimCountryIso() local1539 if (!TextUtils.isEmpty(simCountryIso)) { in getSimCountryIso()1540 simCountryIso = simCountryIso.toUpperCase(Locale.US); in getSimCountryIso()1542 return simCountryIso; in getSimCountryIso()