Searched refs:deviceCountryIso (Results 1 – 1 of 1) sorted by relevance
65 String deviceCountryIso = telephonyManager.getSimCountryIso(); in isEuDevice() local66 if (deviceCountryIso.isEmpty()) { in isEuDevice()72 if (getUiEeaCountriesSet().contains(deviceCountryIso.toUpperCase(Locale.ENGLISH))) { in isEuDevice()