Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java54 public static final String TX_TIMESTAMP = "tx_timestamp"; field in DlTDoAMeasurement
183 bundle.putLong(TX_TIMESTAMP, mTxTimestamp); in toBundle()
211 .setTxTimestamp(bundle.getLong(TX_TIMESTAMP)) in parseVersion1()