Searched refs:CONN_CLOSE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHeaders.java42 public final static int CONN_CLOSE = 1; field in class:Headers
463 buffer, pos, HTTP.CONN_CLOSE)) {
464 connectionType = CONN_CLOSE;
H A DConnection.java482 if (connType == Headers.CONN_CLOSE) {
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java280 if (ct == Headers.CONN_CLOSE) {
281 s = HTTP.CONN_CLOSE;

Completed in 9 milliseconds