HomeSort by relevance Sort by last modified time
    Searched refs:mAttempts (Results 1 - 3 of 3) 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/targetprep/
InstrumentationPreparer.java 91 private int mAttempts = 1;
105 for (int i = 0; i < mAttempts; i++) {
206 mAttempts = attempts;
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 528 private int mAttempts;
544 mAttempts = 0;
576 mAttempts++;
598 if (mAttempts >= BLAME_FOR_EVALUATION_ATTEMPTS) {
612 return (mAttempts < IGNORE_REEVALUATE_ATTEMPTS) ? HANDLED : NOT_HANDLED;
    [all...]

Completed in 6276 milliseconds