Home
last modified time | relevance | path

Searched refs:networkCountryIso (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEventDescriptions.java61 String networkCountryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in EventDescriptions() local
62 if (!Strings.isNullOrEmpty(networkCountryIso)) { in EventDescriptions()
63 mCountryIso = networkCountryIso; in EventDescriptions()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DLocationDetector.java74 String networkCountryIso = telephonyManager.getNetworkCountryIso(); in getUpperCaseUserRoamingCountry() local
75 if (networkCountryIso != null) { in getUpperCaseUserRoamingCountry()