Home
last modified time | relevance | path

Searched defs:runUtil (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java55 String classpath, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
107 File rootDir, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
DISandbox.java93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
DTradefedSandbox.java271 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DPythonUnitTestRunner.java89 IRunUtil runUtil = getRunUtil(); in run() local
115 IRunUtil runUtil = RunUtil.getDefault(); in getPythonBinary() local
189 void doRunTest(ITestInvocationListener listener, IRunUtil runUtil, String pyModule) { in doRunTest()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java160 RunUtil runUtil = new RunUtil(); in testUnsetEnvVariable() local
187 RunUtil runUtil = new RunUtil(); in testRunTimedCmd_timeout() local
DRunUtilTest.java202 RunUtil runUtil = new RunUtil() { in testRunEscalatingTimedRetry_timeout() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java67 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java45 public FastbootHelper(final IRunUtil runUtil, final String fastbootPath) { in FastbootHelper()
DIDeviceManager.java102 void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()
DDeviceManager.java602 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()
DNativeDevice.java1653 IRunUtil runUtil = null; in doFastbootCommand() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DSdkAvdPreparer.java139 SdkAvdPreparer(IRunUtil runUtil, IDeviceManager deviceManager) { in SdkAvdPreparer()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java338 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()