Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java203 String currentCountryIso = GeoUtil.getCurrentCountryIso(activity); in onCreate() local
306 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupView() local
310 new ContactInfoHelper(getActivity(), currentCountryIso), in setupView()
DContactInfoHelper.java61 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper() argument
63 mCurrentCountryIso = currentCountryIso; in ContactInfoHelper()