Searched defs:keyStoreClient (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IConfigurationFactory.java | 77 IKeyStoreClient keyStoreClient) throws ConfigurationException; in createConfigurationFromArgs() 90 String[] arrayArgs, IKeyStoreClient keyStoreClient, Set<String> allowedObjects) in createPartialConfigurationFromArgs()
|
D | ConfigurationFactory.java | 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 | SandboxConfigurationFactory.java | 111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
|
D | IConfiguration.java | 502 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs() 516 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException; in setBestEffortOptionsFromCommandLineArgs()
|
D | Configuration.java | 1115 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs() 1153 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException { in setBestEffortOptionsFromCommandLineArgs()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | ISandbox.java | 93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
|
D | TradefedSandbox.java | 476 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
|