Searched refs:mAoaElevationReport (Results 1 – 2 of 2) sorted by relevance
122 public final boolean mAoaElevationReport; field in UwbConfig196 mAoaElevationReport = aoaElevationReport; in UwbConfig()254 private boolean mAoaElevationReport = false; field in UwbConfig.Builder370 mAoaElevationReport = aoaElevationReport; in setAoaElevationReport()496 mAoaElevationReport, in build()559 .setHasAngleOfArrivalElevationReport(uwbConfig.mAoaElevationReport) in getOpenSessionParams()
175 assertEquals(uwbConfig.mAoaElevationReport, aoaElevationReport); in testUwbconfig()