Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderLocation.java292 private String mCivicLocationCountryCode; field in ResponderLocation
381 mCivicLocationCountryCode = in.readString(); in ResponderLocation()
452 parcel.writeString(mCivicLocationCountryCode); in writeToParcel()
766 mCivicLocationCountryCode = in parseSubelementLocationCivic()
772 mCivicLocationCountryCode); in parseSubelementLocationCivic()
946 mCivicLocationCountryCode = ""; in setCivicLocationSubelementDefaults()
997 && mCivicLocationCountryCode.equals(other.mCivicLocationCountryCode) in equals()
1013 mUsageExtraInfoOnAssociation, mBssidList, mCivicLocationCountryCode, in hashCode()
1392 return mCivicLocationCountryCode; in getCivicLocationCountryCode()