Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java164 boolean aoaElevationReport, in UwbConfig() argument
196 mAoaElevationReport = aoaElevationReport; in UwbConfig()
369 UwbConfig.Builder setAoaElevationReport(boolean aoaElevationReport) { in setAoaElevationReport() argument
370 mAoaElevationReport = aoaElevationReport; in setAoaElevationReport()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java109 boolean aoaElevationReport = false; in testUwbconfig()
142 .setAoaElevationReport(aoaElevationReport) in testUwbconfig()
175 assertEquals(uwbConfig.mAoaElevationReport, aoaElevationReport); in testUwbconfig()