Searched defs:currentCountryIso (Results 1 – 3 of 3) sorted by relevance
57 private final String currentCountryIso; field in ContactInfoHelper60 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper()
62 private final String currentCountryIso; field in CallLogNotificationsQueryHelper
332 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupData() local