Home
last modified time | relevance | path

Searched refs:currentRetry (Results 1 – 1 of 1) sorted by relevance

/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java530 int initAllSubRcsServices(IUceService uceService, int currentRetry) { in initAllSubRcsServices() argument
641 final int currentRetry = times; in startInitThread() local
644 if (currentRetry >= 0 && currentRetry <= MAX_RETRY_COUNT) { in startInitThread()
647 if (initAllSubRcsServices(mStackService, currentRetry) >= 0) { in startInitThread()
653 startInitPresenceTimer(currentRetry + 1, PRESENCE_INIT_TYPE_RETRY); in startInitThread()
656 logger.debug("Retry times=" + currentRetry); in startInitThread()