Searched refs:isAoaAzimuthEnabled (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbSessionNotificationManager.java | 675 boolean isAoaAzimuthEnabled = true; in getRangingReport() 687 isAoaAzimuthEnabled = false; in getRangingReport() 692 isAoaAzimuthEnabled = true; in getRangingReport() 696 isAoaAzimuthEnabled = true; in getRangingReport() 700 isAoaAzimuthEnabled = false; in getRangingReport() 749 isAoaAzimuthEnabled, isAoaElevationEnabled, in getRangingReport() 800 isAoaAzimuthEnabled, isAoaElevationEnabled, in getRangingReport() 829 isAoaAzimuthEnabled, isAoaElevationEnabled, in getRangingReport() 868 boolean isAoaAzimuthEnabled, boolean isAoaElevationEnabled, float aoaAzimuth, in computeAngleOfArrivalMeasurement() argument 872 if (isAoaAzimuthEnabled) { in computeAngleOfArrivalMeasurement()
|
D | UwbTestUtils.java | 239 boolean isAoaAzimuthEnabled, boolean isAoaElevationEnabled, in generateRangingDataAndRangingReport() argument 253 if (isAoaAzimuthEnabled || isAoaElevationEnabled) { in generateRangingDataAndRangingReport() 258 if (isAoaAzimuthEnabled) { in generateRangingDataAndRangingReport()
|