Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java121 public final boolean mAoaAzimuthReport; field in UwbConfig
195 mAoaAzimuthReport = aoaAzimuthReport; in UwbConfig()
251 private boolean mAoaAzimuthReport = false; field in UwbConfig.Builder
365 mAoaAzimuthReport = aoaAzimuthReport; in setAoaAzimuthReport()
495 mAoaAzimuthReport, in build()
558 .setHasAngleOfArrivalAzimuthReport(uwbConfig.mAoaAzimuthReport) in getOpenSessionParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java174 assertEquals(uwbConfig.mAoaAzimuthReport, aoaAzimuthReport); in testUwbconfig()