Searched refs:getAoaAzimuth (Results 1 – 8 of 8) sorted by relevance
178 when(mTwoWayMeasurement.getAoaAzimuth()).thenReturn((float) AZIMUTH_DEFAULT_DEGREE); in setUp()179 when(mDlTDoAMeasurement.getAoaAzimuth()).thenReturn((float) AZIMUTH_DEFAULT_DEGREE); in setUp()180 when(mOwrAoaMeasurement.getAoaAzimuth()).thenReturn((float) AZIMUTH_DEFAULT_DEGREE); in setUp()374 when(mTwoWayMeasurement.getAoaAzimuth()).thenReturn((float) -10.0); in testLoggingRangingResultInvalidDistance()
67 public float getAoaAzimuth() { in getAoaAzimuth() method in UwbOwrAoaMeasurement
83 public float getAoaAzimuth() { in getAoaAzimuth() method in UwbTwoWayMeasurement
102 public float getAoaAzimuth() { in getAoaAzimuth() method in UwbDlTDoAMeasurement
72 assertThat(mUwbOwrAoaMeasurement.getAoaAzimuth()).isEqualTo(TEST_AOA_AZIMUTH_FLOAT); in testInitializeUwbOwrAoaMeasurement()
304 mAzimuthDegree = (int) measurement.getAoaAzimuth(); in RangingReportEvent()315 mAzimuthDegree = (int) measurement.getAoaAzimuth(); in RangingReportEvent()326 mAzimuthDegree = (int) measurement.getAoaAzimuth(); in RangingReportEvent()
750 uwbTwoWayMeasurement[i].getAoaAzimuth(), in getRangingReport()801 uwbOwrAoaMeasurement.getAoaAzimuth(), in getRangingReport()830 uwbDlTDoAMeasurements[i].getAoaAzimuth(), in getRangingReport()
182 double aoaAzimuth = owrAoaMeasurement.getAoaAzimuth(); in calculateAoaVariance()