Home
last modified time | relevance | path

Searched defs:keyStoreClient (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfigurationFactory.java78 IKeyStoreClient keyStoreClient) throws ConfigurationException; in createConfigurationFromArgs()
92 IKeyStoreClient keyStoreClient, in createPartialConfigurationFromArgs()
DSandboxConfigurationFactory.java111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
128 IKeyStoreClient keyStoreClient, in createConfigurationFromArgs()
DConfigurationFactory.java540 List<String> unconsumedArgs, IKeyStoreClient keyStoreClient) in createConfigurationFromArgs()
583 IKeyStoreClient keyStoreClient, in createPartialConfigurationFromArgs()
629 IKeyStoreClient keyStoreClient, in internalCreateConfigurationFromArgs()
678 IKeyStoreClient keyStoreClient) in extractTemplates()
737 IKeyStoreClient keyStoreClient, in internalCreateDirectConfiguration()
DIConfiguration.java531 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
545 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException; in setBestEffortOptionsFromCommandLineArgs()
DConfiguration.java1203 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
1248 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException { in setBestEffortOptionsFromCommandLineArgs()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java150 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
DTradefedSandbox.java609 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
631 IKeyStoreClient keyStoreClient = in handleChildMissingConfig() local