Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DDlTDoATests.java48 byte[] anchorLocation = new byte[]{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in dlTDoAMeasurementTest()
64 .setAnchorLocation(anchorLocation) in dlTDoAMeasurementTest()
82 assertArrayEquals(fromBundle.getAnchorLocation(), anchorLocation); in dlTDoAMeasurementTest() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java70 byte[] anchorLocation, byte[] activeRangingRounds) { in DlTDoAMeasurement() argument
83 mAnchorLocation = anchorLocation; in DlTDoAMeasurement()
301 public DlTDoAMeasurement.Builder setAnchorLocation(byte[] anchorLocation) { in setAnchorLocation() argument
302 mAnchorLocation = anchorLocation; in setAnchorLocation()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DDlTdoaMeasurement.java42 byte[] anchorLocation, byte[] activeRangingRounds) { in DlTdoaMeasurement() argument
55 mAnchorLocation = anchorLocation; in DlTdoaMeasurement()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbDlTDoAMeasurement.java50 int initiatorResponderTof, byte[] anchorLocation, byte[] activeRangingRounds) { in UwbDlTDoAMeasurement() argument
70 mAnchorLocation = anchorLocation; in UwbDlTDoAMeasurement()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DRangingMeasurementTest.java72 byte[] anchorLocation = new byte[]{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in testBuilder()
88 .setAnchorLocation(anchorLocation) in testBuilder()