Home
last modified time | relevance | path

Searched refs:mAoaElevationReport (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java122 public final boolean mAoaElevationReport; field in UwbConfig
196 mAoaElevationReport = aoaElevationReport; in UwbConfig()
254 private boolean mAoaElevationReport = false; field in UwbConfig.Builder
370 mAoaElevationReport = aoaElevationReport; in setAoaElevationReport()
496 mAoaElevationReport, in build()
559 .setHasAngleOfArrivalElevationReport(uwbConfig.mAoaElevationReport) in getOpenSessionParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java175 assertEquals(uwbConfig.mAoaElevationReport, aoaElevationReport); in testUwbconfig()