Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java4608 ByteBuffer expectedMacAddressBuf = ByteBuffer.allocate( in testSetDataTransferPhaseConfig() local
4614 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()
4622 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()
4635 byte[] expectedMacAddressBytes = expectedMacAddressBuf.array(); in testSetDataTransferPhaseConfig()
4678 ByteBuffer expectedMacAddressBuf = ByteBuffer.allocate( in testSetDataTransferPhaseConfigNonZeroslotBitMap() local
4684 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4692 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4705 byte[] expectedMacAddressBytes = expectedMacAddressBuf.array(); in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4733 ByteBuffer expectedMacAddressBuf = ByteBuffer.allocate( in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType() local
4739 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()
[all …]