HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentCountryIso (Results 1 - 5 of 5) 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/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 127 private String mCurrentCountryIso;
451 if (mCurrentCountryIso == null) {
464 mCurrentCountryIso = getCountryIsoFromCountry(newCountry);
471 mCurrentCountryIso = getCountryIsoFromCountry(country);
473 return mCurrentCountryIso;
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogNotificationsQueryHelper.java 53 private final String mCurrentCountryIso;
63 mCurrentCountryIso = countryIso;
163 countryIso = mCurrentCountryIso;
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfoHelper.java 64 private final String mCurrentCountryIso;
69 mCurrentCountryIso = currentCountryIso;
447 countryIso = mCurrentCountryIso;
  /packages/apps/Dialer/java/com/android/dialer/app/dialpad/
DialpadFragment.java 163 private String mCurrentCountryIso;
328 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
553 final String formatted = getFormattedDigits(data, normalizedNumber, mCurrentCountryIso);
    [all...]

Completed in 314 milliseconds