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