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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogFragment.java201 String currentCountryIso = GeoUtil.getCurrentCountryIso(activity);
296 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
301 new ContactInfoHelper(getActivity(), currentCountryIso),
H A DContactInfoHelper.java58 public ContactInfoHelper(Context context, String currentCountryIso) { argument
60 mCurrentCountryIso = currentCountryIso;
/packages/apps/Dialer/src/com/android/dialer/list/
H A DListsFragment.java168 final String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());

Completed in 48 milliseconds