Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java35 private final int mRoundIndex; field in DlTDoAMeasurement
74 mRoundIndex = roundIndex; in DlTDoAMeasurement()
104 return mRoundIndex; in getRoundIndex()
181 bundle.putInt(ROUND_INDEX, mRoundIndex); in toBundle()
229 private int mRoundIndex; field in DlTDoAMeasurement.Builder
257 mRoundIndex = roundIndex; in setRoundIndex()
316 mRoundIndex, in build()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DDlTdoaMeasurement.java27 private final int mRoundIndex; field in DlTdoaMeasurement
46 mRoundIndex = roundIndex; in DlTdoaMeasurement()
72 return mRoundIndex; in getRoundIndex()
121 + String.format(Locale.US, " | roundIndex : %d", mRoundIndex) in toString()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbDlTDoAMeasurement.java29 public int mRoundIndex; field in UwbDlTDoAMeasurement
56 mRoundIndex = roundIndex; in UwbDlTDoAMeasurement()
95 return mRoundIndex; in getRoundIndex()
176 ", RoundIndex=" + mRoundIndex + in toString()