Home
last modified time | relevance | path

Searched refs:createThinLauncherConfig (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java92 public IConfiguration createThinLauncherConfig( in createThinLauncherConfig() method
DTradefedSandbox.java475 public IConfiguration createThinLauncherConfig( in createThinLauncherConfig() method in TradefedSandbox
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java141 mFakeSandbox.createThinLauncherConfig( in testCreateConfigurationFromArgs_fail()
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java138 config = sandbox.createThinLauncherConfig(args, keyStoreClient, runUtil, globalConfig); in createConfigurationFromArgs()