Searched refs:latency (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java285 * Sets performance preference for connection time, latency and bandwidth.
290 * @param latency
291 * the importance of latency.
295 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
H A DServerSocket.java422 * Sets performance preferences for connection time, latency and bandwidth.
429 * @param latency
430 * the value representing the importance of low latency.
434 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
H A DSocket.java973 * Sets performance preferences for connectionTime, latency and bandwidth.
980 * @param latency
981 * the value representing the importance of low latency.
985 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
/libcore/luni/src/test/java/libcore/java/net/
H A DOldServerSocketTest.java52 void performancePreferenceTest(int connectionTime, int latency, argument
55 theSocket.setPerformancePreferences(connectionTime, latency, bandwidth);

Completed in 110 milliseconds