/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapAuthenticatorTest.java | 82 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/ |
D | BluetoothPbapAuthenticator.java | 58 final synchronized void setSessionKey(final String string) { in setSessionKey() method in BluetoothPbapAuthenticator
|
D | PbapStateMachine.java | 469 mObexAuth.setSessionKey(key); in notifyAuthKeyInput()
|
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/ |
D | UwbServiceTest.java | 81 .setSessionKey(new byte[]{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
|
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | ConfigurationManager.java | 564 builder.setSessionKey(rangingParameters.getSessionKeyInfo()) in createOpenSessionParams() 569 builder.setSessionKey(rangingParameters.getSessionKeyInfo()) in createOpenSessionParams()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/ |
D | RangingSessionController.java | 265 public void setSessionKey(byte[] sessionKey) { in setSessionKey() method in RangingSessionController.SessionInfo
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbConfigurationManagerTest.java | 297 .setSessionKey(sessionKey) in getFiraParams()
|
D | UwbSessionManagerTest.java | 4138 .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/ |
D | FiraEncoderTest.java | 446 .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/ |
D | UwbManagerSnippet.java | 688 builder.setSessionKey(convertJSONArrayToByteArray(jSessionKeyArray)); in generateFiraOpenSessionParams() 693 builder.setSessionKey(convertJSONArrayToByteArray(jSessionKeyArray)); in generateFiraOpenSessionParams()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/ |
D | UwbConfigTest.java | 315 pacsControleeSession.mSessionInfo.setSessionKey(sessionKey); in testPacsControllerProfileForProvSTSIndKey()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
D | UwbConfig.java | 567 sessionInfo.mSessionKey.ifPresent(firaOpenSessionBuilder::setSessionKey); in getOpenSessionParams()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/ |
D | FiraOpenSessionParams.java | 1040 .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/ |
D | FiraTests.java | 185 .setSessionKey(sessionKey) in testOpenSessionParams()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbShellCommand.java | 669 builder.setSessionKey(BaseEncoding.base16().decode(sessionKey)); in buildFiraOpenSessionParams()
|
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/ |
D | UwbManagerTest.java | 1390 .setSessionKey(new byte[]{ in testFiraRangingSessionWithProvisionedSTS()
|