Searched refs:bandwidth (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.
292 * @param bandwidth
293 * the importance of bandwidth.
295 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
H A DServerSocket.java422 * Sets performance preferences for connection time, latency and bandwidth.
431 * @param bandwidth
432 * the value representing the importance of high bandwidth.
434 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
H A DSocket.java973 * Sets performance preferences for connectionTime, latency and bandwidth.
982 * @param bandwidth
983 * the value representing the importance of high bandwidth.
985 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
/libcore/luni/src/test/java/libcore/java/net/
H A DOldServerSocketTest.java53 int bandwidth) throws Exception {
55 theSocket.setPerformancePreferences(connectionTime, latency, bandwidth);
52 performancePreferenceTest(int connectionTime, int latency, int bandwidth) argument

Completed in 508 milliseconds