Searched refs:getSimCountryIso (Results 1 – 12 of 12) sorted by relevance
62 String simCountryIso = telephonyManager.getSimCountryIso(); in getUpperCaseUserHomeCountry()65 return Optional.of(telephonyManager.getSimCountryIso().toUpperCase(Locale.US)); in getUpperCaseUserHomeCountry()
108 return mTelephonyManager.getSimCountryIso(); in getSimBasedCountryIso()
86 final String country = telephonyManager.getSimCountryIso(subId); in getSimCountry()
250 telephony.getSimCountryIso()); in create()
84 when(mMockTelephonyManager.getSimCountryIso()).thenReturn(""); in setup()
178 return telephonyManager.getSimCountryIso(); in getSimBasedCountryIso()
163 String countryIso = getTelephonyManager(context).getSimCountryIso().toUpperCase(Locale.US); in getIsoDefaultCountryNumber()
423 country = mTelephonyManager.getSimCountryIso(); in getSimOrLocaleCountry()
72 userSimCountryCode = manager.getSimCountryIso(); in initializeNanpSettings()
1530 public String getSimCountryIso() { in getSimCountryIso() method in DialerCall1533 .getSimCountryIso(); in getSimCountryIso()
270 final String country = mTelephonyManager.getSimCountryIso(); in getSimCountry()
480 context, primary.getCallbackNumber(), primary.getSimCountryIso())) in updatePrimaryCallState()