Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java4899 ByteBuffer expectedHybridConfigBytes = ByteBuffer.allocate(noOfPhases in testsetHybridSessionControllerConfiguration_shortMacAddress() local
4901 expectedHybridConfigBytes.order(ByteOrder.LITTLE_ENDIAN); in testsetHybridSessionControllerConfiguration_shortMacAddress()
4903 expectedHybridConfigBytes.putInt(0); //SessionToken in testsetHybridSessionControllerConfiguration_shortMacAddress()
4904 expectedHybridConfigBytes.putShort(startSlotIndex1); in testsetHybridSessionControllerConfiguration_shortMacAddress()
4905 expectedHybridConfigBytes.putShort(endSlotIndex1); in testsetHybridSessionControllerConfiguration_shortMacAddress()
4906 expectedHybridConfigBytes.put(phaseParticipation); in testsetHybridSessionControllerConfiguration_shortMacAddress()
4907 expectedHybridConfigBytes.put(getComputedMacAddress(UWB_DEST_ADDRESS.toBytes())); in testsetHybridSessionControllerConfiguration_shortMacAddress()
4909 expectedHybridConfigBytes.putInt(0); //SessionToken in testsetHybridSessionControllerConfiguration_shortMacAddress()
4910 expectedHybridConfigBytes.putShort(startSlotIndex2); in testsetHybridSessionControllerConfiguration_shortMacAddress()
4911 expectedHybridConfigBytes.putShort(endSlotIndex2); in testsetHybridSessionControllerConfiguration_shortMacAddress()
[all …]