Searched refs:MAX_FAIL_COUNT (Results 1 – 1 of 1) sorted by relevance
125 private static final int MAX_FAIL_COUNT = 30; field in LocaleTracker445 * (long) Math.pow(2, Math.min(failCount, MAX_FAIL_COUNT) - 1); in getCellInfoDelayTime()