Home | History | Annotate | Download | only in downloads

Lines Matching refs:getHeaderFieldLong

806             mInfoDelta.mTotalBytes = getHeaderFieldLong(conn, "Content-Length", -1);
897 private static long getHeaderFieldLong(URLConnection conn, String field, long defaultValue) {