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

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java63 private final String currentCountryIso; field in class:ContactInfoHelper
66 public ContactInfoHelper(Context context, String currentCountryIso) { argument
68 this.currentCountryIso = currentCountryIso;
476 countryIso = currentCountryIso;
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsQueryHelper.java64 private final String currentCountryIso; field in class:CallLogNotificationsQueryHelper
74 currentCountryIso = countryIso;
197 countryIso = currentCountryIso;
H A DCallLogFragment.java330 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
336 new ContactInfoHelper(getActivity(), currentCountryIso),

Completed in 80 milliseconds