Searched refs:MAX_RETRY_COUNT (Results 1 – 2 of 2) sorted by relevance
128 private static final int MAX_RETRY_COUNT = 6;//Maximum time is 64s field in RcsStackAdaptor596 if (currentRetry >= 0 && currentRetry <= MAX_RETRY_COUNT) { in startInitThread()656 if(times < 0 || times >= MAX_RETRY_COUNT){ in startInitPresenceTimer()657 times = MAX_RETRY_COUNT; in startInitPresenceTimer()
75 MAX_RETRY_COUNT = 5 variable in ChromeCr50