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 492 private final String mLocalty;
511 mLocalty = localty;
581 builder.withValue(StructuredPostal.CITY, mLocalty);
597 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry
634 && TextUtils.isEmpty(mLocalty)
656 && TextUtils.equals(mLocalty, postalData.mLocalty)
669 mLocalty, mRegion, mPostalCode, mCountry};
681 mLocalty, mRegion, mPostalCode, mCountry);
702 return mLocalty;
    [all...]

Completed in 36 milliseconds