Searched refs:MAX_RETRIES (Results 1 – 4 of 4) sorted by relevance
47 private static final int MAX_RETRIES = 6; field in AddWifiNetworkTask136 ProvisionLogger.loge("Unable to add network after trying " + MAX_RETRIES + " times."); in connectToProvidedNetwork()160 int retriesLeft = MAX_RETRIES; in tryAddingNetwork()
132 public static final int MAX_RETRIES = 5; field in Constants
342 if (mInfoDelta.mNumFailed < Constants.MAX_RETRIES) { in run()
445 for (int i = 0; i < Constants.MAX_RETRIES - 1; i++) { in testRunawayUnavailable()