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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 34 private String mCurrentCountryIso;
47 if (mCurrentCountryIso == null) {
58 mCurrentCountryIso = country.getCountryIso();
61 mCurrentCountryIso = country.getCountryIso();
65 return mCurrentCountryIso;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 44 private final String mCurrentCountryIso;
51 mCurrentCountryIso = currentCountryIso;
260 countryIso = mCurrentCountryIso;
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 255 private String mCurrentCountryIso;
354 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
617 PhoneNumberUtils.formatNumber(dialString, normalizedNumber, mCurrentCountryIso);
    [all...]

Completed in 402 milliseconds