Searched refs:getCurrentCountryIso (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java572 String countryIso = getCurrentCountryIso(context, locale);
596 private static String getCurrentCountryIso(Context context, Locale locale) { method in class:CallerInfo
616 protected static String getCurrentCountryIso(Context context) { method in class:CallerInfo
617 return getCurrentCountryIso(context, Locale.getDefault());
H A DCallerInfoAsyncQuery.java322 CallerInfo.getCurrentCountryIso(mContext));
/frameworks/base/core/java/android/provider/
H A DCallLog.java684 final String countryIso = getCurrentCountryIso(context);
689 getCurrentCountryIso(context));
698 private static String getCurrentCountryIso(Context context) { method in class:CallLog.Calls

Completed in 89 milliseconds