Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java34 private final int mBlockIndex; field in DlTDoAMeasurement
73 mBlockIndex = blockIndex; in DlTDoAMeasurement()
100 return mBlockIndex; in getBlockIndex()
180 bundle.putInt(BLOCK_INDEX, mBlockIndex); in toBundle()
228 private int mBlockIndex; field in DlTDoAMeasurement.Builder
252 mBlockIndex = blockIndex; in setBlockIndex()
315 mBlockIndex, in build()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DDlTdoaMeasurement.java26 private final int mBlockIndex; field in DlTdoaMeasurement
45 mBlockIndex = blockIndex; in DlTdoaMeasurement()
68 return mBlockIndex; in getBlockIndex()
120 + String.format(Locale.US, " | blockIndex : %d", mBlockIndex) in toString()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbDlTDoAMeasurement.java28 public int mBlockIndex; field in UwbDlTDoAMeasurement
55 mBlockIndex = blockIndex; in UwbDlTDoAMeasurement()
91 return mBlockIndex; in getBlockIndex()
175 ", BlockIndex=" + mBlockIndex + in toString()