Home
last modified time | relevance | path

Searched refs:newDummyRunner (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/encryptionrunner/
DEncryptionRunnerTest.java47 verifyRunners(EncryptionRunnerFactory::newDummyRunner, in happyFlow_dummyRunner()
63 setUpFirstConnection(EncryptionRunnerFactory::newDummyRunner, in happyFlow_dummyRunner_reconnect()
65 verifyRunnersReconnect(EncryptionRunnerFactory::newDummyRunner); in happyFlow_dummyRunner_reconnect()
92 setUpFirstConnection(EncryptionRunnerFactory::newDummyRunner, in dummyRunner_reconnect_encrypt_and_decrypt()
94 setUpReconnection(EncryptionRunnerFactory::newDummyRunner, in dummyRunner_reconnect_encrypt_and_decrypt()
337 invalidPinTest(EncryptionRunnerFactory::newDummyRunner, in invalidPin_dummy()
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DAssociationSecureChannelTest.java93 setupAssociationSecureChannel(callbackSpy, EncryptionRunnerFactory::newDummyRunner); in testEncryptionHandshake_Association()
126 setupAssociationSecureChannel(callbackSpy, EncryptionRunnerFactory::newDummyRunner); in testEncryptionHandshake_Association_wrongInitHandshakeMessage()
141 setupAssociationSecureChannel(callbackSpy, EncryptionRunnerFactory::newDummyRunner); in testEncryptionHandshake_Association_wrongRespondToContinueMessage()
DSecureBleChannelTest.java94 EncryptionRunnerFactory.newDummyRunner()) { in setUp()
186 EncryptionRunnerFactory.newDummyRunner()) { in onMessageReceived_processHandshakeExceptionIssuesSecureChannelFailureCallback()
DCarBlePeripheralManagerTest.java186 Key key = EncryptionRunnerFactory.newDummyRunner().keyOf(TEST_KEY); in testAssociationSuccess()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java133 EncryptionRunnerFactory.newDummyRunner()); in testEncryptionHandshake()
300 EncryptionRunnerFactory.newDummyRunner()); in setupEncryptionHandshake()
/packages/apps/Car/libs/encryption-runner/src/android/car/encryptionrunner/
DEncryptionRunnerFactory.java65 public static EncryptionRunner newDummyRunner() { in newDummyRunner() method in EncryptionRunnerFactory
/packages/services/Car/EncryptionRunner/src/android/car/encryptionrunner/
DEncryptionRunnerFactory.java69 public static EncryptionRunner newDummyRunner() { in newDummyRunner() method in EncryptionRunnerFactory