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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java133 public void setPerformancePreference(int connectionTime, int latency, argument
135 super.setPerformancePreferences(connectionTime, latency, bandwidth);
/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.java440 * Sets performance preferences for connection time, latency and bandwidth.
447 * @param latency
448 * the value representing the importance of low latency.
452 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
H A DSocket.java1024 * Sets performance preferences for connectionTime, latency and bandwidth.
1031 * @param latency
1032 * the value representing the importance of low latency.
1036 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 319 milliseconds