Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java168 connection.setConnectTimeout(getOpTimeout()); // timeout for establishing the connection in createConnection()
169 connection.setReadTimeout(getOpTimeout()); // timeout for receiving a read() response in createConnection()
197 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doGetWithRetry()
217 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doGetIgnoreWithRetry()
236 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doPostWithRetry()
459 public int getOpTimeout() { in getOpTimeout() method in HttpHelper
DIHttpHelper.java201 int getOpTimeout(); in getOpTimeout() method