Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java132 String countryIso = getCurrentCountryIsoFromLocale(context); in getFormattedNumber()
159 private static String getCurrentCountryIsoFromLocale(Context context) { in getCurrentCountryIsoFromLocale() method in TelecomUtils