HomeSort by relevance Sort by last modified time
    Searched full:mlocalty (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 493 private final String mLocalty;
512 mLocalty = localty;
582 builder.withValue(StructuredPostal.CITY, mLocalty);
598 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry
635 && TextUtils.isEmpty(mLocalty)
657 && TextUtils.equals(mLocalty, postalData.mLocalty)
670 mLocalty, mRegion, mPostalCode, mCountry};
682 mLocalty, mRegion, mPostalCode, mCountry);
703 return mLocalty;
    [all...]

Completed in 179 milliseconds