Searched defs:HTTP_CONNECTION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DConnection.java95 private static final String HTTP_CONNECTION = "http.connection"; field in class:Connection
312 mHttpContext.removeAttribute(HTTP_CONNECTION);
361 mHttpContext.setAttribute(HTTP_CONNECTION,
450 mHttpContext.removeAttribute(HTTP_CONNECTION);
466 context.getAttribute(ExecutionContext.HTTP_CONNECTION);

Completed in 57 milliseconds