HomeSort by relevance Sort by last modified time
    Searched refs:currentCountryIso (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/calllog/
ContactInfoHelper.java 36 public ContactInfoHelper(Context context, String currentCountryIso) {
38 mCurrentCountryIso = currentCountryIso;
CallLogFragment.java 169 String currentCountryIso = ContactsUtils.getCurrentCountryIso(getActivity());
171 new ContactInfoHelper(getActivity(), currentCountryIso));

Completed in 82 milliseconds