Home
last modified time | relevance | path

Searched refs:mCivicAddressElements (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DCivicLocation.java60 private SparseArray<String> mCivicAddressElements = field in CivicLocation
91 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()