Home
last modified time | relevance | path

Searched refs:setSharedSecretKey (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java264 mTestGattServer.setSharedSecretKey(TEST_SHARED_SECRET); in testSymmetricEncryption()
284 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testStoredKeySelection()
286 mTestGattServer.setSharedSecretKey(TEST_SHARED_SECRET); in testStoredKeySelection()
297 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testNoValidKey()
307 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testDisableAfter10Failures()
321 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testIgnoreAfterTimeout()
337 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testInvalidPairingKey()
353 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testNoPairingKey()
368 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testValidPairingKeyAutoAccept()
388 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testValidPairingKeyNoAutoAccept()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java293 void setSharedSecretKey(byte[] key) { in setSharedSecretKey() method in FastPairGattServer