Home
last modified time | relevance | path

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

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