Searched refs:mCivicAddressElements (Results 1 – 1 of 1) sorted by relevance
60 private SparseArray<String> mCivicAddressElements = field in CivicLocation91 mCivicAddressElements = in.readSparseArray(this.getClass().getClassLoader()); in CivicLocation()115 parcel.writeSparseArray((android.util.SparseArray) mCivicAddressElements); in writeToParcel()137 mCivicAddressElements.put(civicAddressType, in parseCivicTLVs()154 return mCivicAddressElements.get(key); in getCivicElementValue()164 return mCivicAddressElements; in toSparseArray()174 return mCivicAddressElements.toString(); in toString()263 && isSparseArrayStringEqual(mCivicAddressElements, other.mCivicAddressElements); in equals()268 int[] civicAddressKeys = getSparseArrayKeys(mCivicAddressElements); in hashCode()269 String[] civicAddressValues = getSparseArrayValues(mCivicAddressElements); in hashCode()