Searched refs:currentCountryIso (Results 1 – 2 of 2) sorted by relevance
203 String currentCountryIso = GeoUtil.getCurrentCountryIso(activity); in onCreate() local306 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupView() local310 new ContactInfoHelper(getActivity(), currentCountryIso), in setupView()
61 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper() argument63 mCurrentCountryIso = currentCountryIso; in ContactInfoHelper()