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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfoHelper.java36 public ContactInfoHelper(Context context, String currentCountryIso) { argument
38 mCurrentCountryIso = currentCountryIso;
H A DCallLogFragment.java221 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
223 new ContactInfoHelper(getActivity(), currentCountryIso));

Completed in 149 milliseconds