Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DHttpHelper.java197 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doGetWithRetry()
217 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doGetIgnoreWithRetry()
236 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doPostWithRetry()
475 public int getInitialPollInterval() { in getInitialPollInterval() method in HttpHelper
DIHttpHelper.java217 int getInitialPollInterval(); in getInitialPollInterval() method