Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DUtils.java31 static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in Utils
DSmsQueryHelper.java56 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in SmsQueryHelper()
DMmsQueryHelper.java61 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in MmsQueryHelper()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java686 String countryIso = getCurrentCountryIso(context, locale); in getGeoDescription()
711 private static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in CallerInfo
732 protected static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in CallerInfo
733 return getCurrentCountryIso(context, Locale.getDefault()); in getCurrentCountryIso()
DCallerInfoAsyncQuery.java349 CallerInfo.getCurrentCountryIso(mContext))); in onQueryComplete()
/frameworks/base/core/java/android/provider/
DCallLog.java1037 final String countryIso = getCurrentCountryIso(context); in updateNormalizedNumber()
1098 private static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in CallLog.Calls
/frameworks/base/services/
Dart-profile23277 HSPLcom/android/server/people/data/Utils;->getCurrentCountryIso(Landroid/content/Context;)Ljava/lan…