Searched refs:networkCountryIso (Results 1 – 2 of 2) sorted by relevance
61 String networkCountryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in EventDescriptions() local62 if (!Strings.isNullOrEmpty(networkCountryIso)) { in EventDescriptions()63 mCountryIso = networkCountryIso; in EventDescriptions()
74 String networkCountryIso = telephonyManager.getNetworkCountryIso(); in getUpperCaseUserRoamingCountry() local75 if (networkCountryIso != null) { in getUpperCaseUserRoamingCountry()