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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java590 String countryIso = getCurrentCountryIso(context, locale);
614 private static String getCurrentCountryIso(Context context, Locale locale) { method in class:CallerInfo
634 protected static String getCurrentCountryIso(Context context) { method in class:CallerInfo
635 return getCurrentCountryIso(context, Locale.getDefault());
/frameworks/base/core/java/android/provider/
H A DCallLog.java884 final String countryIso = getCurrentCountryIso(context);
889 getCurrentCountryIso(context));
898 private static String getCurrentCountryIso(Context context) { method in class:CallLog.Calls

Completed in 68 milliseconds