Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java163 boolean aoaAzimuthReport, in UwbConfig() argument
195 mAoaAzimuthReport = aoaAzimuthReport; in UwbConfig()
364 UwbConfig.Builder setAoaAzimuthReport(boolean aoaAzimuthReport) { in setAoaAzimuthReport() argument
365 mAoaAzimuthReport = aoaAzimuthReport; in setAoaAzimuthReport()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java108 boolean aoaAzimuthReport = false; in testUwbconfig()
141 .setAoaAzimuthReport(aoaAzimuthReport) in testUwbconfig()
174 assertEquals(uwbConfig.mAoaAzimuthReport, aoaAzimuthReport); in testUwbconfig()