HomeSort by relevance Sort by last modified time
    Searched refs:mAttempts (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 38 private int mAttempts;
58 mAttempts = 0;
198 mAttempts++;
202 return mAttempts;
  /tools/tradefederation/core/src/com/android/tradefed/util/
GCSBucketUtil.java 65 private int mAttempts = 1;
178 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr);
193 return mAttempts;
276 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts,
389 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts,
449 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command);
465 mAttempts = attempts;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
InstrumentationPreparer.java 87 private int mAttempts = 1;
104 for (int i = 0; i < mAttempts; i++) {
200 mAttempts = attempts;
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 582 private int mAttempts;
598 mAttempts = 0;
629 mAttempts++;
650 if (mAttempts >= BLAME_FOR_EVALUATION_ATTEMPTS) {
664 return (mAttempts < IGNORE_REEVALUATE_ATTEMPTS) ? HANDLED : NOT_HANDLED;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 1042 milliseconds