Home
last modified time | relevance | path

Searched refs:sessionKey (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java80 final String sessionKey = "test_session_key"; in testSetSessionKey() local
82 mAuthenticator.setSessionKey(sessionKey); in testSetSessionKey()
83 assertThat(mAuthenticator.mSessionKey).isEqualTo(sessionKey); in testSetSessionKey()
91 final String sessionKey = "test_session_key"; in testOnAuthenticationChallenge() local
94 mAuthenticator.setSessionKey(sessionKey); in testOnAuthenticationChallenge()
113 assertThat(passwordAuthentication.getPassword()).isEqualTo(sessionKey.getBytes()); in testOnAuthenticationChallenge()
DBluetoothPbapServiceTest.java193 String sessionKey = "test_session_key"; in broadcastReceiver_onReceive_withActionAuthResponse() local
194 intent.putExtra(BluetoothPbapService.EXTRA_SESSION_KEY, sessionKey); in broadcastReceiver_onReceive_withActionAuthResponse()
205 assertThat(msg.obj).isEqualTo(sessionKey); in broadcastReceiver_onReceive_withActionAuthResponse()
/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManagerTest.java107 byte[] sessionKey = new byte[]{1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8}; in testCreateOpenSessionParams_ProvisionedSts()
113 sessionKey, in testCreateOpenSessionParams_ProvisionedSts()
126 assertArrayEquals(params.getSessionKey(), sessionKey); in testCreateOpenSessionParams_ProvisionedSts() local
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java265 public void setSessionKey(byte[] sessionKey) { in setSessionKey() argument
266 this.mSessionKey = Optional.of(sessionKey); in setSessionKey()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java302 byte[] sessionKey = new byte[]{0x5, 0x78, 0x5, 0x78, 0x5, 0x78, 0x5, in testPacsControllerProfileForProvSTSIndKey()
315 pacsControleeSession.mSessionInfo.setSessionKey(sessionKey); in testPacsControllerProfileForProvSTSIndKey()
327 assertEquals(controleeParams.getSessionKey(), sessionKey); in testPacsControllerProfileForProvSTSIndKey() local
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java116 byte[] sessionKey = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, in testOpenSessionParams()
185 .setSessionKey(sessionKey) in testOpenSessionParams()
257 assertArrayEquals(params.getSessionKey(), sessionKey); in testOpenSessionParams() local
328 assertArrayEquals(fromBundle.getSessionKey(), sessionKey); in testOpenSessionParams() local
405 assertArrayEquals(fromCopy.getSessionKey(), sessionKey); in testOpenSessionParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java238 byte[] sessionKey = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, in getFiraParams()
297 .setSessionKey(sessionKey) in getFiraParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java667 String sessionKey = getNextArgRequired(); in buildFiraOpenSessionParams() local
668 if (sessionKey.length() == 32 || sessionKey.length() == 64) { in buildFiraOpenSessionParams()
669 builder.setSessionKey(BaseEncoding.base16().decode(sessionKey)); in buildFiraOpenSessionParams()
DUwbSessionManager.java1121 byte[] sessionKey = firaOpenSessionParams.getSessionKey(); in sessionUpdateMulticastListCmdPreconditioncheck()
1142 if ((sessionKey == null && subSessionKeyList != null) in sessionUpdateMulticastListCmdPreconditioncheck()
1143 || (sessionKey != null && subSessionKeyList == null)) { in sessionUpdateMulticastListCmdPreconditioncheck()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java306 @Nullable byte[] sessionKey, in FiraOpenSessionParams()
393 mSessionKey = sessionKey; in FiraOpenSessionParams()
1772 public FiraOpenSessionParams.Builder setSessionKey(@Nullable byte[] sessionKey) { in setSessionKey() argument
1773 mSessionKey = sessionKey; in setSessionKey()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java259 String sessionKey = intent.getStringExtra(EXTRA_SESSION_KEY); in parseIntent() local
266 Message msg = sm.obtainMessage(PbapStateMachine.AUTH_KEY_INPUT, sessionKey); in parseIntent()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...