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

/frameworks/base/core/java/android/net/http/
H A DConnection.java94 private static final String HTTP_CONNECTION = "http.connection"; field in class:Connection
311 mHttpContext.removeAttribute(HTTP_CONNECTION);
360 mHttpContext.setAttribute(HTTP_CONNECTION,
449 mHttpContext.removeAttribute(HTTP_CONNECTION);
465 context.getAttribute(ExecutionContext.HTTP_CONNECTION);

Completed in 374 milliseconds