Home
last modified time | relevance | path

Searched refs:BurstPeriod (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarOpenSessionParams.java57 @BurstPeriod private final int mBurstPeriod;
75 @BurstPeriod int burstPeriod, in RadarOpenSessionParams()
178 @BurstPeriod
252 @BurstPeriod private RequiredParam<Integer> mBurstPeriod = new RequiredParam<>();
317 public Builder setBurstPeriod(@BurstPeriod int burstPeriod) { in setBurstPeriod()
DRadarParams.java61 public @interface BurstPeriod {} annotation in RadarParams
/packages/modules/Uwb/service/support_lib/test/
DRadarTests.java70 @RadarParams.BurstPeriod int burstPeriod = 100; in testOpenSessionParams()