Searched refs:aoaAzimuthReport (Results 1 – 2 of 2) sorted by relevance
163 boolean aoaAzimuthReport, in UwbConfig() argument195 mAoaAzimuthReport = aoaAzimuthReport; in UwbConfig()364 UwbConfig.Builder setAoaAzimuthReport(boolean aoaAzimuthReport) { in setAoaAzimuthReport() argument365 mAoaAzimuthReport = aoaAzimuthReport; in setAoaAzimuthReport()
108 boolean aoaAzimuthReport = false; in testUwbconfig()141 .setAoaAzimuthReport(aoaAzimuthReport) in testUwbconfig()174 assertEquals(uwbConfig.mAoaAzimuthReport, aoaAzimuthReport); in testUwbconfig()