Home | History | Annotate | Download | only in incallui

Lines Matching refs:Locale

39 import java.util.Locale;
513 * @param context the context used to look up the current locale / country
536 Locale locale = context.getResources().getConfiguration().locale;
537 String countryIso = getCurrentCountryIso(context, locale);
550 String description = geocoder.getDescriptionForNumber(pn, locale);
562 private static String getCurrentCountryIso(Context context, Locale locale) {
575 countryIso = locale.getCountry();
576 Log.w(TAG, "No CountryDetector; falling back to countryIso based on locale: "
583 return getCurrentCountryIso(context, Locale.getDefault());