Home
last modified time | relevance | path

Searched refs:IKeyStoreClient (Results 1 – 22 of 22) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactoryTest.java60 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/
DIConfigurationFactory.java19 import com.android.tradefed.util.keystore.IKeyStoreClient;
76 IKeyStoreClient keyStoreClient) throws ConfigurationException; in createConfigurationFromArgs()
DSandboxConfigurationFactory.java25 import com.android.tradefed.util.keystore.IKeyStoreClient;
67 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
DIConfiguration.java33 import com.android.tradefed.util.keystore.IKeyStoreClient;
436 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
DArgsOptionParser.java21 import com.android.tradefed.util.keystore.IKeyStoreClient;
559 IKeyStoreClient c = getKeyStore(); in getKeyStoreValueIfNeeded()
DConfigurationFactory.java29 import com.android.tradefed.util.keystore.IKeyStoreClient;
487 List<String> unconsumedArgs, IKeyStoreClient keyStoreClient) in createConfigurationFromArgs()
534 List<String> optionArgsRef, IKeyStoreClient keyStoreClient) in internalCreateConfigurationFromArgs()
DOptionSetter.java23 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()
DConfiguration.java42 import com.android.tradefed.util.keystore.IKeyStoreClient;
944 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java25 import com.android.tradefed.util.keystore.IKeyStoreClient;
93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
DTradefedSandbox.java38 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/
DIKeyStoreFactory.java29 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException; in createKeyStoreClient()
DStubKeyStoreFactory.java25 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient()
DIKeyStoreClient.java22 public interface IKeyStoreClient { interface
DStubKeyStoreClient.java21 public class StubKeyStoreClient implements IKeyStoreClient {
DDryRunKeyStore.java19 public class DryRunKeyStore implements IKeyStoreClient {
DJSONFileKeyStoreFactory.java47 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient()
DJSONFileKeyStoreClient.java32 public class JSONFileKeyStoreClient implements IKeyStoreClient {
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java43 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()
DCommandSchedulerTest.java54 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/
DShardHelperTest.java44 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/
DArgsOptionParserTest.java19 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/
DShardHelper.java40 import com.android.tradefed.util.keystore.IKeyStoreClient;
168 IKeyStoreClient client = null; in cloneConfigObject()