Home
last modified time | relevance | path

Searched refs:currentCountryIso (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java57 private final String currentCountryIso; field in ContactInfoHelper
60 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper() argument
62 this.currentCountryIso = currentCountryIso; in ContactInfoHelper()
457 countryIso = currentCountryIso; in formatPhoneNumber()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java62 private final String currentCountryIso; field in CallLogNotificationsQueryHelper
72 currentCountryIso = countryIso; in CallLogNotificationsQueryHelper()
203 countryIso = currentCountryIso; in getContactInfo()
DCallLogFragment.java332 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupData() local
338 new ContactInfoHelper(getActivity(), currentCountryIso), in setupData()