Home
last modified time | relevance | path

Searched defs:currentCountryIso (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java57 private final String currentCountryIso; field in ContactInfoHelper
60 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java62 private final String currentCountryIso; field in CallLogNotificationsQueryHelper
DCallLogFragment.java332 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupData() local