Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java37 private final long mTxTimestamp; field in DlTDoAMeasurement
76 mTxTimestamp = txTimestamp; in DlTDoAMeasurement()
112 return mTxTimestamp; in getTxTimestamp()
183 bundle.putLong(TX_TIMESTAMP, mTxTimestamp); in toBundle()
231 private long mTxTimestamp; field in DlTDoAMeasurement.Builder
267 mTxTimestamp = txTimestamp; in setTxTimestamp()
318 mTxTimestamp, in build()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DDlTdoaMeasurement.java29 private final long mTxTimestamp; field in DlTdoaMeasurement
48 mTxTimestamp = txTimestamp; in DlTdoaMeasurement()
80 return mTxTimestamp; in getTxTimestamp()
123 + String.format(Locale.US, " | txTimestamp : %d", mTxTimestamp) in toString()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbDlTDoAMeasurement.java36 public long mTxTimestamp; field in UwbDlTDoAMeasurement
63 mTxTimestamp = txTimestamp; in UwbDlTDoAMeasurement()
123 return mTxTimestamp; in getTxTimestamp()
183 ", TxTimestamp=" + mTxTimestamp + in toString()