Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java92 private static final int MAX_CONNECTION_REFUSED_COUNT = 3; field in RemoteInvocationExecution
473 if (errorConnectCount > MAX_CONNECTION_REFUSED_COUNT) { in isStillRunning()