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.java77 IKeyStoreClient keyStoreClient) throws ConfigurationException; in createConfigurationFromArgs()
90 String[] arrayArgs, IKeyStoreClient keyStoreClient, Set<String> allowedObjects) in createPartialConfigurationFromArgs()
DConfigurationFactory.java518 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()
DSandboxConfigurationFactory.java111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
DIConfiguration.java502 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
516 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException; in setBestEffortOptionsFromCommandLineArgs()
DConfiguration.java1115 IKeyStoreClient keyStoreClient) in setOptionsFromCommandLineArgs()
1153 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException { in setBestEffortOptionsFromCommandLineArgs()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
DTradefedSandbox.java476 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()