Home
last modified time | relevance | path

Searched refs:setPerformancePreferences (Results 1 – 16 of 16) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java141 super.setPerformancePreferences(connectionTime, latency, bandwidth); in setPerformancePreference()
DServerSocketTest.java863 theSocket.setPerformancePreferences(1, 1, 1); in test_setPerformancePreference_Int_Int_Int()
DSocketTest.java1441 theSocket.setPerformancePreferences(1, 1, 1); in test_setPerformancePreference_Int_Int_Int()
/libcore/ojluni/annotations/mmodule/java/net/
DSocketImpl.annotated.java80 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { throw ne… in setPerformancePreferences() method in SocketImpl
DServerSocket.annotated.java84 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { throw new R… in setPerformancePreferences() method in ServerSocket
DSocket.annotated.java140 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { throw new R… in setPerformancePreferences() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketImpl.java120 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences() method in SocketImpl
DServerSocket.java155 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences() method in ServerSocket
DSocket.java290 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences() method in Socket
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java366 protected void setPerformancePreferences(int connectionTime, in setPerformancePreferences() method in SocketImpl
DServerSocket.java942 public void setPerformancePreferences(int connectionTime, in setPerformancePreferences() method in ServerSocket
DSocket.java1792 public void setPerformancePreferences(int connectionTime, in setPerformancePreferences() method in Socket
/libcore/luni/src/test/java/libcore/java/net/
DOldServerSocketTest.java55 theSocket.setPerformancePreferences(connectionTime, latency, bandwidth); in performancePreferenceTest()
DURLConnectionTest.java3640 …Override public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { d…
3903 @Override public void setPerformancePreferences(int connectionTime, int latency,
3905 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
DOldSocketTest.java1888 theSocket.setPerformancePreferences(1, 1, 1); in test_setPerformancePreference_Int_Int_Int()
/libcore/api/
Dcurrent.txt5529 method public void setPerformancePreferences(int, int, int);
5579 method public void setPerformancePreferences(int, int, int);
5622 method protected void setPerformancePreferences(int, int, int);