Searched defs:burstPeriod (Results 1 – 2 of 2) sorted by relevance
70 @RadarParams.BurstPeriod int burstPeriod = 100; in testOpenSessionParams() local108 assertEquals(params.getBurstPeriod(), burstPeriod); in testOpenSessionParams() local127 assertEquals(fromBundle.getBurstPeriod(), burstPeriod); in testOpenSessionParams() local
75 @BurstPeriod int burstPeriod, in RadarOpenSessionParams()317 public Builder setBurstPeriod(@BurstPeriod int burstPeriod) { in setBurstPeriod()