Searched defs:getCurrentCountryIso (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java564 String countryIso = getCurrentCountryIso(context, locale);
588 private static String getCurrentCountryIso(Context context, Locale locale) { method in class:CallerInfo
608 protected static String getCurrentCountryIso(Context context) { method in class:CallerInfo
609 return getCurrentCountryIso(context, Locale.getDefault());
/frameworks/base/core/java/android/provider/
H A DCallLog.java606 final String countryIso = getCurrentCountryIso(context);
611 getCurrentCountryIso(context));
620 private static String getCurrentCountryIso(Context context) { method in class:CallLog.Calls

Completed in 52 milliseconds