Home
last modified time | relevance | path

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

/frameworks/base/core/java/org/apache/http/params/
DHttpConnectionParams.java83 public static void setSoTimeout(final HttpParams params, int timeout) { in setSoTimeout() method in HttpConnectionParams
/frameworks/base/core/java/android/net/
DSntpClient.java76 socket.setSoTimeout(timeout); in requestTime()
DLocalSocket.java227 public void setSoTimeout(int n) throws IOException { in setSoTimeout() method in LocalSocket
DDnsPinger.java150 newActivePing.socket.setSoTimeout(SOCKET_TIMEOUT_MS); in handleMessage()
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java157 socket.setSoTimeout(10000); in testDns()
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java86 HttpConnectionParams.setSoTimeout(httpParams, timeoutMs); in performRequest()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java456 mSocket.setSoTimeout(timeout); in accept()
460 mSocket.setSoTimeout(0); in accept()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java330 sslsock.setSoTimeout(soTimeout); in connectSocket()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java649 s.setSoTimeout(mTimeout); in handleClient()
/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java99 mSocket.setSoTimeout(CONNECTION_TIMEOUT_MILLIS); in ZygoteConnection()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1258 mSockets[i].setSoTimeout(500); in execute()
/frameworks/base/api/
Dcurrent.txt18287 method public void setSoTimeout(int) throws java.io.IOException;
45632 method public synchronized void setSoTimeout(int) throws java.net.SocketException;
45982 method public synchronized void setSoTimeout(int) throws java.net.SocketException;
46031 method public synchronized void setSoTimeout(int) throws java.net.SocketException;
57077 method public static void setSoTimeout(org.apache.http.params.HttpParams, int);
Dsystem-current.txt19799 method public void setSoTimeout(int) throws java.io.IOException;
48238 method public synchronized void setSoTimeout(int) throws java.net.SocketException;
48588 method public synchronized void setSoTimeout(int) throws java.net.SocketException;
48637 method public synchronized void setSoTimeout(int) throws java.net.SocketException;
59683 method public static void setSoTimeout(org.apache.http.params.HttpParams, int);