/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapAuthenticatorTest.java | 80 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()
|
D | BluetoothPbapServiceTest.java | 193 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/ |
D | ConfigurationManagerTest.java | 107 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/ |
D | RangingSessionController.java | 265 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/ |
D | UwbConfigTest.java | 302 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/ |
D | FiraTests.java | 116 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/ |
D | UwbConfigurationManagerTest.java | 238 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/ |
D | UwbShellCommand.java | 667 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()
|
D | UwbSessionManager.java | 1121 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/ |
D | FiraOpenSessionParams.java | 306 @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/ |
D | BluetoothPbapService.java | 259 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/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |