Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbMulticastListUpdateStatusTest.java67 assertThat(getComputedMacAddress( in testInitializeUwbMulticastListUpdateStatus()
100 assertThat(getComputedMacAddress( in testMulticastListUpdateStatusMultipleControlees()
103 assertThat(getComputedMacAddress( in testMulticastListUpdateStatusMultipleControlees()
111 public static byte[] getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbMulticastListUpdateStatusTest
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java349 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataSent()
359 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataSendFailed()
368 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataReceived()
379 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataReceiveFailed()
482 addressList[i] = getComputedMacAddress(UwbAddress.fromBytes( in generateFiraRangingReconfigureParams()
517 addressList[i] = getComputedMacAddress(UwbAddress.fromBytes( in generateFiraControleeParams()
632 UwbAddress deviceAddress = getComputedMacAddress(UwbAddress.fromBytes(bArray)); in generateFiraOpenSessionParams()
639 destinationUwbAddresses[i] = getComputedMacAddress(UwbAddress.fromBytes( in generateFiraOpenSessionParams()
713 UwbAddress peerAddress = getComputedMacAddress(UwbAddress.fromBytes(bArray)); in getRangingMeasurement()
912 private static UwbAddress getComputedMacAddress(UwbAddress address) { in getComputedMacAddress() method in UwbManagerSnippet
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbMulticastListUpdateStatus.java66 uwbAddresses[i] = getComputedMacAddress(macAddress); in getUwbAddresses()
113 private static UwbAddress getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbMulticastListUpdateStatus
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java86 getComputedMacAddress(params.getDeviceAddress())) in getTlvBufferFromFiraOpenSessionParams()
140 dstAddressList.put(getComputedMacAddress(address)); in getTlvBufferFromFiraOpenSessionParams()
424 private static byte[] getComputedMacAddress(UwbAddress address) { in getComputedMacAddress() method in FiraEncoder
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbTestUtils.java300 private static UwbAddress getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbTestUtils
314 .setRemoteDeviceAddress(getComputedMacAddress(macAddress)) in buildRangingReport()
DUwbSessionNotificationManager.java777 UwbAddress addr = getComputedMacAddress(uwbTwoWayMeasurement[i].getMacAddress()); in getRangingReport()
895 .setRemoteDeviceAddress(getComputedMacAddress(macAddress)) in buildRangingMeasurement()
910 private static UwbAddress getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbSessionNotificationManager
DUwbSessionManager.java1451 buffer.put(getComputedMacAddress(uwbAddress)); in handleSetHybridSessionControllerConfiguration()
1614 macAddressList.add(getComputedMacAddress(uwbAddress)); in handleSetDataTransferPhaseConfig()
2250 dstAddressList.add(getComputedMacAddress(address)); in handleReconfigure()
3701 private static byte[] getComputedMacAddress(UwbAddress address) { in getComputedMacAddress() method in UwbSessionManager
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java4186 getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureAddControlee_success()
4243 byte[] dstAddress = getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureRemoveControleeV1_success()
4306 byte[] dstAddress = getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureAddControleeV2_success()
4356 byte[] dstAddress = getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
4614 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()
4622 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()
4684 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4692 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4739 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()
4747 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()
[all …]