/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/ |
D | JSONFileKeyStoreFactoryTest.java | 60 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() 62 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() 71 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() 74 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() 87 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null() 90 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_null()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IConfigurationFactory.java | 19 import com.android.tradefed.util.keystore.IKeyStoreClient; 76 IKeyStoreClient keyStoreClient) throws ConfigurationException; in createConfigurationFromArgs()
|
D | SandboxConfigurationFactory.java | 25 import com.android.tradefed.util.keystore.IKeyStoreClient; 67 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
|
D | IConfiguration.java | 33 import com.android.tradefed.util.keystore.IKeyStoreClient; 436 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
|
D | ArgsOptionParser.java | 21 import com.android.tradefed.util.keystore.IKeyStoreClient; 559 IKeyStoreClient c = getKeyStore(); in getKeyStoreValueIfNeeded()
|
D | ConfigurationFactory.java | 29 import com.android.tradefed.util.keystore.IKeyStoreClient; 487 List<String> unconsumedArgs, IKeyStoreClient keyStoreClient) in createConfigurationFromArgs() 534 List<String> optionArgsRef, IKeyStoreClient keyStoreClient) in internalCreateConfigurationFromArgs()
|
D | OptionSetter.java | 23 import com.android.tradefed.util.keystore.IKeyStoreClient; 71 private IKeyStoreClient mKeyStoreClient = null; 316 public void setKeyStore(IKeyStoreClient keyStore) { in setKeyStore() 320 public IKeyStoreClient getKeyStore() { in getKeyStore()
|
D | Configuration.java | 42 import com.android.tradefed.util.keystore.IKeyStoreClient; 944 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
|
/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 | 38 import com.android.tradefed.util.keystore.IKeyStoreClient; 271 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
|
/tools/tradefederation/core/src/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 | JSONFileKeyStoreFactory.java | 47 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient()
|
D | JSONFileKeyStoreClient.java | 32 public class JSONFileKeyStoreClient implements IKeyStoreClient {
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerFuncTest.java | 43 import com.android.tradefed.util.keystore.IKeyStoreClient; 175 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testRun_scheduling() 179 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testRun_scheduling() 280 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testBatteryLowLevel() 329 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testBatteryLowLevel_interruptible() 356 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_interruptible() 432 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_notInterruptible() 547 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_notInterruptible_timeout() 611 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in testShutdown_invocation_timeout()
|
D | CommandSchedulerTest.java | 54 import com.android.tradefed.util.keystore.IKeyStoreClient; 732 EasyMock.eq(nullArg), (IKeyStoreClient)EasyMock.anyObject())) in setCreateConfigExpectations()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | ShardHelperTest.java | 44 import com.android.tradefed.util.keystore.IKeyStoreClient; 305 IKeyStoreClient mockClient = Mockito.mock(IKeyStoreClient.class); in testClone_withKeystore() 318 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore() 365 IKeyStoreClient mockClient = Mockito.mock(IKeyStoreClient.class); in testClone_withKeystore_loadingFails() 378 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore_loadingFails()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ArgsOptionParserTest.java | 19 import com.android.tradefed.util.keystore.IKeyStoreClient; 1010 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_string() 1052 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_stringWithUnavalableKeyStore() 1067 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_stringWithUnavalableKeyStoreWithKey() 1088 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_stringWithUnavalableKey() 1114 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptions() 1142 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptionsSingleValue() 1174 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptionsMixedValue() 1208 IKeyStoreClient c = EasyMock.createNiceMock(IKeyStoreClient.class); in testKeyStore_mapOptionsMixedValue_allKeys()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | ShardHelper.java | 40 import com.android.tradefed.util.keystore.IKeyStoreClient; 168 IKeyStoreClient client = null; in cloneConfigObject()
|