Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DDlTDoATests.java41 long txTimestamp = 40_000L; in dlTDoAMeasurementTest() local
57 .setTxTimestamp(txTimestamp) in dlTDoAMeasurementTest()
75 assertEquals(fromBundle.getTxTimestamp(), txTimestamp); in dlTDoAMeasurementTest() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java68 int NLoS, long txTimestamp, long rxTimestamp, float anchorCfo, float cfo, in DlTDoAMeasurement() argument
76 mTxTimestamp = txTimestamp; in DlTDoAMeasurement()
266 public DlTDoAMeasurement.Builder setTxTimestamp(long txTimestamp) { in setTxTimestamp() argument
267 mTxTimestamp = txTimestamp; in setTxTimestamp()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DDlTdoaMeasurement.java40 int nLoS, long txTimestamp, long rxTimestamp, float anchorCfo, float cfo, in DlTdoaMeasurement() argument
48 mTxTimestamp = txTimestamp; in DlTdoaMeasurement()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbDlTDoAMeasurement.java48 int aoaElevation, int aoaElevationFom, int rssi, long txTimestamp, long rxTimestamp, in UwbDlTDoAMeasurement() argument
63 mTxTimestamp = txTimestamp; in UwbDlTDoAMeasurement()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DRangingMeasurementTest.java65 long txTimestamp = 40_000L; in testBuilder() local
81 .setTxTimestamp(txTimestamp) in testBuilder()