Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DChannelSoundingParams.java151 private int mLocationType; field in ChannelSoundingParams
157 mLocationType = locationType; in ChannelSoundingParams()
180 return mLocationType; in getLocationType()
212 out.writeInt(mLocationType); in writeToParcel()
242 private int mLocationType = LOCATION_TYPE_UNKNOWN; field in ChannelSoundingParams.Builder
279 mLocationType = locationType; in setLocationType()
319 return new ChannelSoundingParams(mSightType, mLocationType, mCsSecurityLevel); in build()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcLocation.java45 int mLocationType = LocationType.LOCATION_TYPE_UNKNOWN.ordinal(); field in AfcLocation
DAfcEllipseLocation.java118 location.put("indoorDeployment", mLocationType); in toJson()