Searched refs:MAX_REDIRECTS (Results 1 – 2 of 2) sorted by relevance
149 public static final int MAX_REDIRECTS = 5; // can't be more than 7. field in Constants
429 while (redirectionCount++ < Constants.MAX_REDIRECTS) { in executeDownload()