Searched refs:mCurrentCountryIso (Results 1 – 3 of 3) sorted by relevance
34 private String mCurrentCountryIso; field in CountryMonitor47 if (mCurrentCountryIso == null) { in getCountryIso()58 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()61 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()65 return mCurrentCountryIso; in getCountryIso()
44 private final String mCurrentCountryIso; field in ContactInfoHelper51 mCurrentCountryIso = currentCountryIso; in ContactInfoHelper()255 countryIso = mCurrentCountryIso; in formatPhoneNumber()
251 private String mCurrentCountryIso; field in DialpadFragment349 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in onCreate()590 PhoneNumberUtils.formatNumber(dialString, normalizedNumber, mCurrentCountryIso); in setFormattedDigits()