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