Searched refs:mAzimuthDegree (Results 1 – 1 of 1) sorted by relevance
287 private int mAzimuthDegree; field in UwbMetrics.RangingReportEvent304 mAzimuthDegree = (int) measurement.getAoaAzimuth(); in RangingReportEvent()315 mAzimuthDegree = (int) measurement.getAoaAzimuth(); in RangingReportEvent()326 mAzimuthDegree = (int) measurement.getAoaAzimuth(); in RangingReportEvent()368 sb.append(", AzimuthDegree=").append(mAzimuthDegree); in toString()627 int azimuth10Degree = isAzimuthValid ? report.mAzimuthDegree / 10 : 0; in logRangingResult()632 isAzimuthValid, report.mAzimuthDegree, azimuth10Degree, report.mAzimuthFom, in logRangingResult()