HomeSort by relevance Sort by last modified time
    Searched defs:mCountryCode (Results 1 - 7 of 7) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 34 private final String mCountryCode;
38 mCountryCode = countryCode;
44 return new PhoneNumberFormattingTextWatcher(mCountryCode);
  /packages/apps/Mms/src/com/android/mms/util/
PhoneNumberFormatter.java 34 private final String mCountryCode;
38 mCountryCode = countryCode;
44 return new PhoneNumberFormattingTextWatcher(mCountryCode);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogResult.java 84 private final String mCountryCode;
115 mCountryCode = countryCode;
188 return mCountryCode;
PersonalDataManager.java 50 private String mCountryCode;
84 mCountryCode = countryCode;
146 return mCountryCode;
209 mCountryCode = countryCode;
  /frameworks/base/location/java/android/location/
Address.java 49 private String mCountryCode;
260 return mCountryCode;
268 mCountryCode = countryCode;
454 sb.append(mCountryCode);
508 a.mCountryCode = in.readString();
555 parcel.writeString(mCountryCode);
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 157 private String mCountryCode;
161 mCountryCode = country.getCountryIso();
170 return mCountryCode;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 521 milliseconds