Home
last modified time | relevance | path

Searched defs:newRunner (Results 1 – 3 of 3) sorted by relevance

/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
/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
/packages/services/Car/tests/carservice_unit_test/src/android/car/encryptionrunner/
DEncryptionRunnerTest.java37 EncryptionRunner newRunner(); in newRunner() method
108 private static EncryptionRunner newRunner() { in newRunner() method in EncryptionRunnerTest