Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocation.java268 int[] civicAddressKeys = getSparseArrayKeys(mCivicAddressElements); in hashCode() local
270 return Objects.hash(mIsValid, mCountryCode, civicAddressKeys, civicAddressValues); in hashCode()