Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbOwrAoaMeasurement.java26 public float mAoaAzimuth; field in UwbOwrAoaMeasurement
39 this.mAoaAzimuth = UwbUtil.convertQFormatToFloat( in UwbOwrAoaMeasurement()
68 return mAoaAzimuth; in getAoaAzimuth()
90 + ", AoaAzimuth = " + mAoaAzimuth in toString()
DUwbTwoWayMeasurement.java27 public float mAoaAzimuth; field in UwbTwoWayMeasurement
49 this.mAoaAzimuth = toFloatFromQFormat(aoaAzimuth); in UwbTwoWayMeasurement()
84 return mAoaAzimuth; in getAoaAzimuth()
153 + ", AoaAzimuth = " + mAoaAzimuth in toString()
DUwbDlTDoAMeasurement.java31 public float mAoaAzimuth; field in UwbDlTDoAMeasurement
58 mAoaAzimuth = toFloatFromQ9_7_Format(aoaAzimuth); in UwbDlTDoAMeasurement()
103 return mAoaAzimuth; in getAoaAzimuth()
178 ", AoaAzimuth=" + mAoaAzimuth + in toString()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/advertisement/
DUwbAdvertiseManagerTest.java218 uwbOwrAoaMeasurement.mAoaAzimuth = TEST_AOA_AZIMUTH_Q97_FORMAT; in testIsTarget_previousOwrAoAMeasurement_outsideCriterionAngleOfAzimuth()
247 uwbOwrAoaMeasurement.mAoaAzimuth = OVERLAY_CRITERIA_ANGLE + 1; in testIsTarget_lastOwrAoAMeasurement_outsideCriterionAngleOfAzimuth()
366 uwbOwrAoaMeasurement.mAoaAzimuth = (i % 2 == 0) in setupOwrAoaMeasurements()