Searched refs:mCivicAddressElements (Results 1 – 1 of 1) sorted by relevance
61 private SparseArray<String> mCivicAddressElements = field in CivicLocation92 mCivicAddressElements = in.readSparseArray(this.getClass().getClassLoader()); in CivicLocation()116 parcel.writeSparseArray((android.util.SparseArray) mCivicAddressElements); in writeToParcel()138 mCivicAddressElements.put(civicAddressType, in parseCivicTLVs()155 return mCivicAddressElements.get(key); in getCivicElementValue()165 return mCivicAddressElements; in toSparseArray()175 return mCivicAddressElements.toString(); in toString()264 && isSparseArrayStringEqual(mCivicAddressElements, other.mCivicAddressElements); in equals()269 int[] civicAddressKeys = getSparseArrayKeys(mCivicAddressElements); in hashCode()270 String[] civicAddressValues = getSparseArrayValues(mCivicAddressElements); in hashCode()