Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java82 mAuthenticator.setSessionKey(sessionKey); in testSetSessionKey()
85 mAuthenticator.setSessionKey(null); in testSetSessionKey()
94 mAuthenticator.setSessionKey(sessionKey); in testOnAuthenticationChallenge()
121 mAuthenticator.setSessionKey(emptySessionKey); in testOnAuthenticationChallenge_returnsNullWhenSessionKeyIsEmpty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java58 final synchronized void setSessionKey(final String string) { in setSessionKey() method in BluetoothPbapAuthenticator
DPbapStateMachine.java469 mObexAuth.setSessionKey(key); in notifyAuthKeyInput()
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java81 .setSessionKey(new byte[]{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManager.java564 builder.setSessionKey(rangingParameters.getSessionKeyInfo()) in createOpenSessionParams()
569 builder.setSessionKey(rangingParameters.getSessionKeyInfo()) in createOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java265 public void setSessionKey(byte[] sessionKey) { in setSessionKey() method in RangingSessionController.SessionInfo
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java297 .setSessionKey(sessionKey) in getFiraParams()
DUwbSessionManagerTest.java4138 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in reconfigure_existingSession()
4270 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in execReconfigureAddControleeV2_success()
4371 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in execReconfigureAddControlee_onlyWithSessionKey_failed()
4409 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in execReconfigure_nativeUpdateFailed()
4443 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in execReconfigure_uwbSessionUpdateMixedSuccess()
4488 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in execReconfigure_uwbSessionUpdateFailed()
4552 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in execReconfigure_setAppConfigurationsFailed()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DFiraEncoderTest.java446 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in testFiraOpenSessionParamsProvisionedStsWithSessionKey()
624 .setSessionKey(new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in testFiraOpenSessionParamsProvControleeIndKeyWithSessionkey()
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java688 builder.setSessionKey(convertJSONArrayToByteArray(jSessionKeyArray)); in generateFiraOpenSessionParams()
693 builder.setSessionKey(convertJSONArrayToByteArray(jSessionKeyArray)); in generateFiraOpenSessionParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java315 pacsControleeSession.mSessionInfo.setSessionKey(sessionKey); in testPacsControllerProfileForProvSTSIndKey()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java567 sessionInfo.mSessionKey.ifPresent(firaOpenSessionBuilder::setSessionKey); in getOpenSessionParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java1040 .setSessionKey(intArrayToByteArray(bundle.getIntArray(KEY_SESSION_KEY))) in parseBundleVersion1()
1772 public FiraOpenSessionParams.Builder setSessionKey(@Nullable byte[] sessionKey) { in setSessionKey() method in FiraOpenSessionParams.Builder
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java185 .setSessionKey(sessionKey) in testOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java669 builder.setSessionKey(BaseEncoding.base16().decode(sessionKey)); in buildFiraOpenSessionParams()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java1390 .setSessionKey(new byte[]{ in testFiraRangingSessionWithProvisionedSTS()