Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DFiraEncoderTest.java92 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[]{0x4, 0x6})))
140 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[]{0x4, 0x6})))
441 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraOpenSessionParamsProvisionedStsWithSessionKey()
501 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraOpenSessionParamsProvisionedStsWithoutSessionKey()
558 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraOpenSessionParamsDynamicControleeIndKey()
618 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraOpenSessionParamsProvControleeIndKeyWithSessionkey()
686 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraOpenSessionParamsProvControleeIndKeyWithoutSessionkey()
746 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraDlTdoaDtTagSession()
790 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraDlTdoaDtTagSession_2_0()
922 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes( in testFiraOpenSessionParamsForEnabledReferenceTimeBase()
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java77 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[]{0x4, 0x6})))
/packages/modules/Uwb/service/support_lib/test/
DOemExtensionTests.java146 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[]{0x4, 0x6}))) in testSessionConfigParams()
DFiraTests.java163 .setDestAddressList(destAddressList) in testOpenSessionParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1699 .setDestAddressList(Arrays.asList( in setupFiraParams()
3862 .setDestAddressList(Arrays.asList( in sendData_withZeroDataRepetitionCount()
3904 .setDestAddressList(Arrays.asList( in sendData_withNonZeroDataRepetitionCount()
4587 .setDestAddressList(Arrays.asList( in testSetDataTransferPhaseConfig()
4657 .setDestAddressList(Arrays.asList( in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4876 .setDestAddressList(Arrays.asList( in testsetHybridSessionControllerConfiguration_shortMacAddress()
4936 .setDestAddressList(Arrays.asList( in testsetHybridSessionControllerConfiguration_extendedMacAddress()
5016 .setDestAddressList(Arrays.asList( in testsetHybridSessionControllerWithInvalidInvalidSessionType()
5048 .setDestAddressList(Arrays.asList( in testsetHybridSessionControllerWithInvalidScheduledMode()
5080 .setDestAddressList(Arrays.asList( in testsetHybridSessionControllerWithInvalidDeviceType()
[all …]
DUwbConfigurationManagerTest.java275 .setDestAddressList(destAddressList) in getFiraParams()
DUwbServiceCoreTest.java172 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[] { 0x4, 0x6})))
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java1012 .setDestAddressList(List.of(UwbAddress.fromBytes(new byte[] {0x5, 0x7}))); in makeOpenSessionBuilder()
1318 .setDestAddressList(List.of(UwbAddress.fromBytes(new byte[]{0x5, 0x6}))) in testAdvertisingRangingSession()
1402 .setDestAddressList(List.of(UwbAddress.fromBytes(new byte[]{0x5, 6}))) in testFiraRangingSessionWithProvisionedSTS()
1878 .setDestAddressList(List.of(UwbAddress.fromBytes(new byte[]{0x5, 6}))) in testOemCallbackExtension()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManager.java579 builder.setDestAddressList(Conversions.convertUwbAddressList( in createOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java548 .setDestAddressList(sessionInfo.mDestAddressList) in getOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java188 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[] { 0x4, 0x6})))
507 builder.setDestAddressList(destAddresses); in buildFiraOpenSessionParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java1119 builder.setDestAddressList(destAddressList); in parseBundleVersion1()
1610 public FiraOpenSessionParams.Builder setDestAddressList(List<UwbAddress> destAddressList) { in setDestAddressList() method in FiraOpenSessionParams.Builder
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java642 builder.setDestAddressList(Arrays.asList(destinationUwbAddresses)); in generateFiraOpenSessionParams()