Searched refs:BurstPeriod (Results 1 – 3 of 3) sorted by relevance
57 @BurstPeriod private final int mBurstPeriod;75 @BurstPeriod int burstPeriod, in RadarOpenSessionParams()178 @BurstPeriod252 @BurstPeriod private RequiredParam<Integer> mBurstPeriod = new RequiredParam<>();317 public Builder setBurstPeriod(@BurstPeriod int burstPeriod) { in setBurstPeriod()
61 public @interface BurstPeriod {} annotation in RadarParams
70 @RadarParams.BurstPeriod int burstPeriod = 100; in testOpenSessionParams()