Searched refs:aoaElevationReport (Results 1 – 2 of 2) sorted by relevance
164 boolean aoaElevationReport, in UwbConfig() argument196 mAoaElevationReport = aoaElevationReport; in UwbConfig()369 UwbConfig.Builder setAoaElevationReport(boolean aoaElevationReport) { in setAoaElevationReport() argument370 mAoaElevationReport = aoaElevationReport; in setAoaElevationReport()
109 boolean aoaElevationReport = false; in testUwbconfig()142 .setAoaElevationReport(aoaElevationReport) in testUwbconfig()175 assertEquals(uwbConfig.mAoaElevationReport, aoaElevationReport); in testUwbconfig()