Searched refs:mLocationType (Results 1 – 3 of 3) sorted by relevance
151 private int mLocationType; field in ChannelSoundingParams157 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.Builder279 mLocationType = locationType; in setLocationType()319 return new ChannelSoundingParams(mSightType, mLocationType, mCsSecurityLevel); in build()
45 int mLocationType = LocationType.LOCATION_TYPE_UNKNOWN.ordinal(); field in AfcLocation
118 location.put("indoorDeployment", mLocationType); in toJson()