Home
last modified time | relevance | path

Searched refs:createRunUtil (Results 1 – 14 of 14) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparer.java102 IRunUtil restartAdb = createRunUtil(); in setUp()
140 IRunUtil createRunUtil() { in createRunUtil() method in AdbStopServerPreparer
151 mRunUtil = createRunUtil(); in getRunUtil()
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java331 IRunUtil runUtil = createRunUtil(); in acloudCreate()
407 IRunUtil runUtil = createRunUtil(); in acloudDelete()
454 IRunUtil createRunUtil() { in createRunUtil() method in LocalAndroidVirtualDevice
DDeviceManager.java425 IRunUtil createRunUtil() { in createRunUtil() method in DeviceManager
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java105 IRunUtil runUtil = createRunUtil(); in runBinary()
176 IRunUtil createRunUtil() { in createRunUtil() method in ExecutableHostTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java193 args, new DryRunKeyStore(), createSandbox(), createRunUtil()); in testSandboxCommand()
200 IRunUtil createRunUtil() { in createRunUtil() method in NoisyDryRunTest
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java131 IRunUtil runUtil = createRunUtil(receiver.getSocketServerPort()); in runTests()
180 private IRunUtil createRunUtil(int port) throws IOException { in createRunUtil() method in DelegatedInvocationExecution
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNoisyDryRunTestTest.java304 IRunUtil createRunUtil() { in testLoading_sandboxed()
359 IRunUtil createRunUtil() { in testLoading_sandboxed_failed()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java549 result = createRunUtil().runTimedCmd(4 * 60 * 1000, command.toArray(new String[0])); in repackSuperImage()
615 IRunUtil createRunUtil() { in createRunUtil() method in MixImageZipPreparer
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java238 mRunUtil = createRunUtil(); in prepareEnvironment()
419 IRunUtil createRunUtil() { in createRunUtil() method in TradefedSandbox
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparerTest.java65 IRunUtil createRunUtil() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java69 IRunUtil createRunUtil() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java90 IRunUtil createRunUtil() { in createRunUtil() method in LocalAndroidVirtualDeviceTest.TestableLocalAndroidVirtualDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableHostTestTest.java77 IRunUtil createRunUtil() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java157 IRunUtil createRunUtil() { in setUpPreparerAndSystem()