/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/ |
D | JSONFileKeyStoreFactoryTest.java | 75 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() 77 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() 86 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() 89 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() 102 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null() 105 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_null() 119 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified() 122 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified() 136 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified() 139 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ArgsOptionParserTest.java | 19 import com.android.tradefed.util.keystore.IKeyStoreClient; 1025 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_string() 1067 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_stringWithUnavalableKeyStore() 1082 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_stringWithUnavalableKeyStoreWithKey() 1103 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_stringWithUnavalableKey() 1129 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptions() 1157 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptionsSingleValue() 1189 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptionsMixedValue() 1223 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptionsMixedValue_allKeys()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerFuncTest.java | 47 import com.android.tradefed.util.keystore.IKeyStoreClient; 188 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testRun_scheduling() 192 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testRun_scheduling() 293 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testBatteryLowLevel() 335 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testBatteryLowLevel_interruptible() 362 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_interruptible() 438 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_notInterruptible() 553 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_notInterruptible_timeout() 617 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_invocation_timeout()
|
D | CommandSchedulerTest.java | 61 import com.android.tradefed.util.keystore.IKeyStoreClient; 101 private IKeyStoreClient mMockKeyStoreClient; 152 protected IKeyStoreClient getKeyStoreClient() { in getKeyStoreClient() 162 mMockKeyStoreClient = EasyMock.createMock(IKeyStoreClient.class); in setUp() 722 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in setCreateConfigExpectations()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IConfiguration.java | 36 import com.android.tradefed.util.keystore.IKeyStoreClient; 285 public IConfiguration partialDeepClone(List<String> objectToDeepClone, IKeyStoreClient client) in partialDeepClone() 502 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs() 516 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException; in setBestEffortOptionsFromCommandLineArgs()
|
D | ConfigurationFactory.java | 30 import com.android.tradefed.util.keystore.IKeyStoreClient; 518 List<String> unconsumedArgs, IKeyStoreClient keyStoreClient) in createConfigurationFromArgs() 557 String[] arrayArgs, IKeyStoreClient keyStoreClient, Set<String> allowedObjects) in createPartialConfigurationFromArgs() 591 IKeyStoreClient keyStoreClient, in internalCreateConfigurationFromArgs() 620 IKeyStoreClient keyStoreClient) in extractTemplates()
|
D | IConfigurationFactory.java | 19 import com.android.tradefed.util.keystore.IKeyStoreClient; 77 IKeyStoreClient keyStoreClient) throws ConfigurationException; in createConfigurationFromArgs() 90 String[] arrayArgs, IKeyStoreClient keyStoreClient, Set<String> allowedObjects) in createPartialConfigurationFromArgs()
|
D | SandboxConfigurationFactory.java | 26 import com.android.tradefed.util.keystore.IKeyStoreClient; 111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs() 161 private IKeyStoreClient getKeyStoreClient() { in getKeyStoreClient()
|
D | OptionSetter.java | 24 import com.android.tradefed.util.keystore.IKeyStoreClient; 75 private IKeyStoreClient mKeyStoreClient = null; 322 public void setKeyStore(IKeyStoreClient keyStore) { in setKeyStore() 326 public IKeyStoreClient getKeyStore() { in getKeyStore()
|
D | Configuration.java | 50 import com.android.tradefed.util.keystore.IKeyStoreClient; 729 public IConfiguration partialDeepClone(List<String> objectToDeepClone, IKeyStoreClient client) in partialDeepClone() 1115 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs() 1153 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException { in setBestEffortOptionsFromCommandLineArgs()
|
D | ArgsOptionParser.java | 21 import com.android.tradefed.util.keystore.IKeyStoreClient; 559 IKeyStoreClient c = getKeyStore(); in getKeyStoreValueIfNeeded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | ShardHelperTest.java | 47 import com.android.tradefed.util.keystore.IKeyStoreClient; 317 IKeyStoreClient mockClient = Mockito.mock(IKeyStoreClient.class); in testClone_withKeystore() 330 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | ISandbox.java | 25 import com.android.tradefed.util.keystore.IKeyStoreClient; 93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
|
D | TradefedSandbox.java | 51 import com.android.tradefed.util.keystore.IKeyStoreClient; 476 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | ParentShardReplicate.java | 25 import com.android.tradefed.util.keystore.IKeyStoreClient; 39 public static void replicatedSetup(IConfiguration config, IKeyStoreClient client) { in replicatedSetup()
|
D | ShardHelper.java | 45 import com.android.tradefed.util.keystore.IKeyStoreClient; 248 IKeyStoreClient client = null; in cloneConfigObject()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 67 import com.android.tradefed.util.keystore.IKeyStoreClient; 861 protected IKeyStoreClient getKeyStoreClient() {
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/keystore/ |
D | IKeyStoreFactory.java | 29 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException; in createKeyStoreClient()
|
D | StubKeyStoreFactory.java | 25 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient()
|
D | IKeyStoreClient.java | 22 public interface IKeyStoreClient { interface
|
D | StubKeyStoreClient.java | 21 public class StubKeyStoreClient implements IKeyStoreClient {
|
D | DryRunKeyStore.java | 19 public class DryRunKeyStore implements IKeyStoreClient {
|
D | JSONFileKeyStoreClient.java | 32 public class JSONFileKeyStoreClient implements IKeyStoreClient {
|
D | JSONFileKeyStoreFactory.java | 66 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 86 import com.android.tradefed.util.keystore.IKeyStoreClient; 980 protected IKeyStoreClient getKeyStoreClient() { in getKeyStoreClient()
|