Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarOpenSessionParams.java57 @BurstPeriod private final int mBurstPeriod; field in RadarOpenSessionParams
91 mBurstPeriod = burstPeriod; in RadarOpenSessionParams()
117 bundle.putInt(KEY_BURST_PERIOD, mBurstPeriod); in toBundle()
180 return mBurstPeriod; in getBurstPeriod()
252 @BurstPeriod private RequiredParam<Integer> mBurstPeriod = new RequiredParam<>(); field in RadarOpenSessionParams.Builder
275 mBurstPeriod.set(builder.mBurstPeriod.get()); in Builder()
294 mBurstPeriod.set(params.mBurstPeriod); in Builder()
318 mBurstPeriod.set(burstPeriod); in setBurstPeriod()
405 mBurstPeriod.get(), in build()