Searched refs:SO_TIMEOUT (Results 1 – 7 of 7) sorted by relevance
72 return params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0); in getSoTimeout()87 params.setIntParameter(CoreConnectionPNames.SO_TIMEOUT, timeout); in setSoTimeout()
59 public static final String SO_TIMEOUT = "http.socket.timeout"; field
260 impl.setOption(SocketOptions.SO_TIMEOUT, Integer.valueOf(n)); in setSoTimeout()264 return ((Integer) impl.getOption(SocketOptions.SO_TIMEOUT)).intValue(); in getSoTimeout()
423 case SocketOptions.SO_TIMEOUT: in getOption()485 case SocketOptions.SO_TIMEOUT: in setOption()
72 .setIntParameter(CoreConnectionPNames.SO_TIMEOUT, 5000) in TestHttpClient()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
61829 field @Deprecated public static final String SO_TIMEOUT = "http.socket.timeout";