Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbOwrAoaMeasurement.java25 public int blockIndex; field in UwbOwrAoaMeasurement
32 int blockIndex, int aoaAzimuth, int aoaAzimuthFom, in UwbOwrAoaMeasurement() argument
38 this.blockIndex = blockIndex; in UwbOwrAoaMeasurement()
64 return blockIndex; in getBlockIndex()
89 + ", BlockIndex = " + blockIndex in toString()
DUwbDlTDoAMeasurement.java47 int blockIndex, int roundIndex, int nLoS, int aoaAzimuth, int aoaAzimuthFom, in UwbDlTDoAMeasurement() argument
55 mBlockIndex = blockIndex; in UwbDlTDoAMeasurement()
/packages/modules/Uwb/service/support_lib/test/
DDlTDoATests.java38 int blockIndex = 4; in dlTDoAMeasurementTest() local
54 .setBlockIndex(blockIndex) in dlTDoAMeasurementTest()
72 assertEquals(fromBundle.getBlockIndex(), blockIndex); in dlTDoAMeasurementTest() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java67 public DlTDoAMeasurement(int messageType, int messageControl, int blockIndex, int roundIndex, in DlTDoAMeasurement() argument
73 mBlockIndex = blockIndex; in DlTDoAMeasurement()
251 public DlTDoAMeasurement.Builder setBlockIndex(int blockIndex) { in setBlockIndex() argument
252 mBlockIndex = blockIndex; in setBlockIndex()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DDlTdoaMeasurement.java39 public DlTdoaMeasurement(int messageType, int messageControl, int blockIndex, int roundIndex, in DlTdoaMeasurement() argument
45 mBlockIndex = blockIndex; in DlTdoaMeasurement()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DRangingMeasurementTest.java62 int blockIndex = 4; in testBuilder() local
78 .setBlockIndex(blockIndex) in testBuilder()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioVolumeGroupTest.java581 int blockIndex = MUSIC_MIN_INDEX + 1; in onAudioVolumeGroupChanged_withIndexChangeWhenBlocked() local
589 mMusicCoreAudioVolumeGroup.setBlocked(blockIndex); in onAudioVolumeGroupChanged_withIndexChangeWhenBlocked()