Home
last modified time | relevance | path

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

/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java83 .setSubsessionKey(new byte[]{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java298 .setSubsessionKey(subsessionKey) in getFiraParams()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManager.java571 .setSubsessionKey(rangingParameters.getSubSessionKeyInfo()); in createOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java566 sessionInfo.mSubSessionKey.ifPresent(firaOpenSessionBuilder::setSubsessionKey); in getOpenSessionParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java1041 .setSubsessionKey(intArrayToByteArray(bundle.getIntArray(KEY_SUBSESSION_KEY))) in parseBundleVersion1()
1778 public FiraOpenSessionParams.Builder setSubsessionKey(@Nullable byte[] subsessionKey) { in setSubsessionKey() method in FiraOpenSessionParams.Builder
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DFiraEncoderTest.java626 .setSubsessionKey(new byte[]{0x6, 0x79, 0x6, 0x79, 0x6, 0x79, 0x6, in testFiraOpenSessionParamsProvControleeIndKeyWithSessionkey()
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java696 builder.setSubsessionKey(convertJSONArrayToByteArray(jSubSessionKeyArray)); in generateFiraOpenSessionParams()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java186 .setSubsessionKey(subsessionKey) in testOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java677 builder.setSubsessionKey(BaseEncoding.base16().decode(subSessionKey)); in buildFiraOpenSessionParams()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java1394 .setSubsessionKey(new byte[]{ in testFiraRangingSessionWithProvisionedSTS()