Home | History | Annotate | Download | only in app

Lines Matching refs:referer

1349      * @param referer the HTTP Referer for the download
1355 boolean showNotification, Uri uri, Uri referer) {
1357 length, showNotification, false, uri, referer);
1371 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) {
1391 if (referer != null) {
1392 request.addRequestHeader("Referer", referer.toString());