Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderLocation.java297 private int mMapImageType; field in ResponderLocation
386 mMapImageType = in.readInt(); in ResponderLocation()
457 parcel.writeInt(mMapImageType); in writeToParcel()
796 this.mMapImageType = mapImageType; in parseSubelementMapImage()
956 mMapImageType = MAP_TYPE_URL_DEFINED; in setMapImageSubelementDefaults()
1000 && mMapImageType == other.mMapImageType in equals()
1014 mCivicLocationString, mCivicLocation, mMapImageType, mMapImageUri); in hashCode()
1417 return imageTypeToMime(mMapImageType, mMapImageUri.toString()); in getMapImageMimeType()