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

/frameworks/base/core/java/android/net/http/
H A DHeaders.java104 private final static int IDX_LOCATION = 5; field in class:Headers
228 mHeaders[IDX_LOCATION] = val;
332 return mHeaders[IDX_LOCATION];
396 mHeaders[IDX_LOCATION] = value;

Completed in 45 milliseconds