Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcLocation.java48 String mHeightType; field in AfcLocation
53 mHeightType = AfcEllipseLocation.HeightType.AMSL.name(); in AfcLocation()
DAfcEllipseLocation.java116 elevation.put("height_type", mHeightType); in toJson()