Searched defs:setPerformancePreferences (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/annotations/mmodule/java/net/ |
D | ServerSocket.annotated.java | 84 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { throw new R… in setPerformancePreferences() method in ServerSocket
|
D | SocketImpl.annotated.java | 80 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { throw ne… in setPerformancePreferences() method in SocketImpl
|
D | Socket.annotated.java | 140 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { throw new R… in setPerformancePreferences() method in Socket
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 361 protected void setPerformancePreferences(int connectionTime, in setPerformancePreferences() method in SocketImpl
|
D | ServerSocket.java | 918 public void setPerformancePreferences(int connectionTime, in setPerformancePreferences() method in ServerSocket
|
D | Socket.java | 1769 public void setPerformancePreferences(int connectionTime, in setPerformancePreferences() method in Socket
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | ServerSocket.java | 155 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences() method in ServerSocket
|
D | SocketImpl.java | 120 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences() method in SocketImpl
|
D | Socket.java | 290 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences() method in Socket
|