HomeSort by relevance Sort by last modified time
    Searched defs:getRunUtil (Results 1 - 25 of 42) sorted by null

1 2

  /tools/tradefederation/core/src/com/android/tradefed/device/
ReconnectingRecovery.java 42 getRunUtil().runTimedCmd(ADB_TIMEOUT, "adb", "disconnect", serial);
48 getRunUtil().runTimedCmd(ADB_TIMEOUT, "adb", "connect", serial);
96 IRunUtil getRunUtil() {
AndroidDebugBridgeWrapper.java 90 getRunUtil().runTimedCmd(DdmPreferences.getTimeOut(), adbOsLocation, "version");
144 IRunUtil getRunUtil() {
BackgroundDeviceAction.java 87 getRunUtil().sleep(mLogStartDelay);
137 IRunUtil getRunUtil() {
147 getRunUtil().sleep(ONLINE_POLL_INTERVAL_MS);
ManagedTestDeviceFactory.java 126 getRunUtil().sleep(FRAMEWORK_CHECK_SLEEP_MS);
144 protected IRunUtil getRunUtil() {
WaitDeviceRecovery.java 88 protected IRunUtil getRunUtil() {
118 getRunUtil().sleep(INITIAL_PAUSE_TIME);
128 getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s",
251 getRunUtil().sleep(INITIAL_PAUSE_TIME);
302 getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", monitor.getSerialNumber(),
312 CommandResult result = getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s",
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
TimeWaster.java 53 getRunUtil().sleep(mDelayMsecs);
61 IRunUtil getRunUtil() {
KernelFlashPreparer.java 115 CommandResult result = getRunUtil().runTimedCmd(30 * 1000, cmd);
134 IRunUtil getRunUtil() {
WaitForDeviceDatetimePreparer.java 126 getRunUtil().sleep(datetimeCheckInterval);
154 protected IRunUtil getRunUtil() {
DefaultTestsZipInstaller.java 207 getRunUtil().sleep(1000 * i * i);
218 IRunUtil getRunUtil() {
PreloadedClassesPreparer.java 97 CommandResult result = getRunUtil().runTimedCmd(mWriteTimeout, fullCmd);
113 protected IRunUtil getRunUtil() {
CdmaDeviceFlasher.java 184 getRunUtil().sleep(5000);
188 getRunUtil().sleep(5000);
205 protected IRunUtil getRunUtil() {
RunHostCommandTargetPreparer.java 187 final CommandResult result = getRunUtil().runTimedCmd(mTimeout, command.split("\\s+"));
221 getRunUtil()
254 IRunUtil getRunUtil() {
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
RadioHelper.java 45 IRunUtil getRunUtil() {
70 getRunUtil().sleep(30*1000);
145 getRunUtil().sleep(30 * 1000);
162 getRunUtil().sleep(30 * 1000);
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
AbstractHostMonitor.java 77 getRunUtil().sleep(mDispatchInterval);
105 IRunUtil getRunUtil() {
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
FrameworkPerfTest.java 123 getRunUtil().sleep(PRE_TEST_SLEEP_MS);
192 IRunUtil getRunUtil() {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceBatteryLevelChecker.java 165 getRunUtil().sleep((long) (mChargingPollTime * 60 * 1000));
193 getRunUtil().sleep(5000);
202 IRunUtil getRunUtil() {
PythonUnitTestRunner.java 76 protected IRunUtil getRunUtil() {
89 IRunUtil runUtil = getRunUtil();
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
RemoteAndroidDeviceTest.java 49 protected IRunUtil getRunUtil() {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsPythonVirtualenvPreparer.java 191 CommandResult c = getRunUtil().runTimedCmd(BASE_TIMEOUT * 5, "ls", path);
219 CommandResult c = getRunUtil().runTimedCmd(BASE_TIMEOUT * 5, scriptFile);
227 CommandResult c = getRunUtil().runTimedCmd(
244 result = getRunUtil().runTimedCmd(BASE_TIMEOUT * 5, mPip, "install", dep,
254 result = getRunUtil().runTimedCmd(BASE_TIMEOUT * 5, mPip, "install", dep);
260 result = getRunUtil().runTimedCmd(
319 c = getRunUtil().runTimedCmd(BASE_TIMEOUT, "virtualenv", virtualEnvPath);
323 c = getRunUtil().runTimedCmd(BASE_TIMEOUT, cmd);
368 IRunUtil getRunUtil() {
409 getRunUtil().setWorkingDir(binDir)
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
OtaStabilityTest.java 270 IRunUtil getRunUtil() {
288 getRunUtil().sleep(5*1000);
  /tools/tradefederation/core/src/com/android/tradefed/build/
SdkBuildInfo.java 157 CommandResult result = getRunUtil().runTimedCmd(ANDROID_TIMEOUT_MS,
173 IRunUtil getRunUtil() {
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileWatcher.java 122 getRunUtil().sleep(POLL_TIME_MS);
227 IRunUtil getRunUtil() {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/python/
PythonBinaryHostTest.java 149 getRunUtil().runTimedCmd(mTestTimeout, commandLine.toArray(new String[0]));
180 IRunUtil getRunUtil() {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TestFailureListener.java 163 getRunUtil().sleep(2 * 1000);
241 IRunUtil getRunUtil() {
  /tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
Sl4aClient.java 147 protected IRunUtil getRunUtil() {
158 getRunUtil().sleep(2000);

Completed in 294 milliseconds

1 2