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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DGeoUtil.java39 public static String getCurrentCountryIso(Context context) { method in class:GeoUtil
59 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context));
/packages/apps/Mms/src/com/android/mms/
H A DMmsApp.java174 public String getCurrentCountryIso() { method in class:MmsApp
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDefaultCallLogInsertionHelper.java66 String countryIso = getCurrentCountryIso();
79 private String getCurrentCountryIso() { method in class:DefaultCallLogInsertionHelper
H A DContactsDatabaseHelper.java5598 public String getCurrentCountryIso() { method in class:ContactsDatabaseHelper
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java537 String countryIso = getCurrentCountryIso(context, locale);
562 private static String getCurrentCountryIso(Context context, Locale locale) { method in class:CallerInfo
582 protected static String getCurrentCountryIso(Context context) { method in class:CallerInfo
583 return getCurrentCountryIso(context, Locale.getDefault());

Completed in 306 milliseconds