Searched refs:setDestAddressList (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/ |
D | FiraEncoderTest.java | 92 .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/ |
D | UwbServiceTest.java | 77 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[]{0x4, 0x6})))
|
/packages/modules/Uwb/service/support_lib/test/ |
D | OemExtensionTests.java | 146 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[]{0x4, 0x6}))) in testSessionConfigParams()
|
D | FiraTests.java | 163 .setDestAddressList(destAddressList) in testOpenSessionParams()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbSessionManagerTest.java | 1699 .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 …]
|
D | UwbConfigurationManagerTest.java | 275 .setDestAddressList(destAddressList) in getFiraParams()
|
D | UwbServiceCoreTest.java | 172 .setDestAddressList(Arrays.asList(UwbAddress.fromBytes(new byte[] { 0x4, 0x6})))
|
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/ |
D | UwbManagerTest.java | 1012 .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/ |
D | ConfigurationManager.java | 579 builder.setDestAddressList(Conversions.convertUwbAddressList( in createOpenSessionParams()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
D | UwbConfig.java | 548 .setDestAddressList(sessionInfo.mDestAddressList) in getOpenSessionParams()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbShellCommand.java | 188 .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/ |
D | FiraOpenSessionParams.java | 1119 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/ |
D | UwbManagerSnippet.java | 642 builder.setDestAddressList(Arrays.asList(destinationUwbAddresses)); in generateFiraOpenSessionParams()
|