Home
last modified time | relevance | path

Searched defs:burstPeriod (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DRadarTests.java70 @RadarParams.BurstPeriod int burstPeriod = 100; in testOpenSessionParams() local
108 assertEquals(params.getBurstPeriod(), burstPeriod); in testOpenSessionParams() local
127 assertEquals(fromBundle.getBurstPeriod(), burstPeriod); in testOpenSessionParams() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarOpenSessionParams.java75 @BurstPeriod int burstPeriod, in RadarOpenSessionParams()
317 public Builder setBurstPeriod(@BurstPeriod int burstPeriod) { in setBurstPeriod()