Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DResponderLocation.java297 private int mMapImageType; field in ResponderLocation
386 mMapImageType = in.readInt(); in ResponderLocation()
457 parcel.writeInt(mMapImageType); in writeToParcel()
793 this.mMapImageType = mapImageType; in parseSubelementMapImage()
953 mMapImageType = MAP_TYPE_URL_DEFINED; in setMapImageSubelementDefaults()
997 && mMapImageType == other.mMapImageType in equals()
1011 mCivicLocationString, mCivicLocation, mMapImageType, mMapImageUri); in hashCode()
1414 return imageTypeToMime(mMapImageType, mMapImageUri.toString()); in getMapImageMimeType()