Searched refs:MAX_RETRIES (Results 1 – 5 of 5) sorted by relevance
41 private static final int MAX_RETRIES = 6; field in AddWifiNetworkTask63 private int mRetriesLeft = MAX_RETRIES;128 ProvisionLogger.loge("Already retried " + MAX_RETRIES + " times." in connectToProvidedNetwork()
132 public static final int MAX_RETRIES = 5; field in Constants
288 if (mInfoDelta.mNumFailed < Constants.MAX_RETRIES) { in run()
438 for (int i = 0; i < Constants.MAX_RETRIES - 1; i++) { in testRunawayUnavailable()
86 private static final int MAX_RETRIES = 10; field in EmailSyncParser