Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/encryptionrunner/
DEncryptionRunnerTest.java37 EncryptionRunner newRunner(); in newRunner() method
53 verifyRunners(EncryptionRunnerTest::newRunner, EncryptionRunnerTest::verifyHandshake); in happyFlow_ukey2Runner()
70 setUpFirstConnection(EncryptionRunnerTest::newRunner, in happyFlow_uKey2Runner_reconnect()
72 verifyRunnersReconnect(EncryptionRunnerTest::newRunner); in happyFlow_uKey2Runner_reconnect()
84 setUpFirstConnection(EncryptionRunnerTest::newRunner, in uKey2Runner_reconnect_encrypt_and_decrypt()
86 setUpReconnection(EncryptionRunnerTest::newRunner, EncryptionRunnerTest::verifyHandshake); in uKey2Runner_reconnect_encrypt_and_decrypt()
108 private static EncryptionRunner newRunner() { in newRunner() method in EncryptionRunnerTest
109 return EncryptionRunnerFactory.newRunner( in newRunner()
114 return EncryptionRunnerFactory.newRunner( in newOobRunner()
120 EncryptionRunner clientRunner = runnerFactory.newRunner(); in setUpFirstConnection()
[all …]
/packages/apps/Car/libs/encryption-runner/src/android/car/encryptionrunner/
DEncryptionRunnerFactory.java41 public static EncryptionRunner newRunner(@EncryptionRunnerType int type) { in newRunner() method in EncryptionRunnerFactory
56 public static EncryptionRunner newRunner() { in newRunner() method in EncryptionRunnerFactory
57 return newRunner(EncryptionRunnerType.UKEY2); in newRunner()
/packages/services/Car/EncryptionRunner/src/android/car/encryptionrunner/
DEncryptionRunnerFactory.java43 public static EncryptionRunner newRunner(@EncryptionRunnerType int type) { in newRunner() method in EncryptionRunnerFactory
60 public static EncryptionRunner newRunner() { in newRunner() method in EncryptionRunnerFactory
61 return newRunner(EncryptionRunnerType.UKEY2); in newRunner()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DAssociationSecureChannel.java20 import static android.car.encryptionrunner.EncryptionRunnerFactory.newRunner;
62 this(stream, storage, newRunner(EncryptionRunnerType.UKEY2)); in AssociationSecureChannel()
DReconnectSecureChannel.java73 EncryptionRunner encryptionRunner = EncryptionRunnerFactory.newRunner(); in newReconnectRunner()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java137 private EncryptionRunner mEncryptionRunner = EncryptionRunnerFactory.newRunner();
476 mEncryptionRunner = EncryptionRunnerFactory.newRunner(); in resetEncryptionState()
DCarTrustAgentEnrollmentService.java142 private EncryptionRunner mEncryptionRunner = EncryptionRunnerFactory.newRunner();
852 mEncryptionRunner = EncryptionRunnerFactory.newRunner(); in resetEncryptionState()