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 32 private String mCurrentCountryIso;
45 if (mCurrentCountryIso == null) {
48 mCurrentCountryIso = countryDetector.detectCountry().getCountryIso();
51 mCurrentCountryIso = country.getCountryIso();
55 return mCurrentCountryIso;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ContactInfoHelper.java 34 private final String mCurrentCountryIso;
38 mCurrentCountryIso = currentCountryIso;
211 countryIso = mCurrentCountryIso;
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 167 private String mCurrentCountryIso;
244 mCurrentCountryIso = ContactsUtils.getCurrentCountryIso(getActivity());
465 PhoneNumberUtils.formatNumber(dialString, normalizedNumber, mCurrentCountryIso);
    [all...]

Completed in 2253 milliseconds