Home | History | Annotate | Download | only in store

Lines Matching defs:contentDisposition

953             final StringBuilder contentDisposition = new StringBuilder();
959 contentDisposition.append(bodyDisposition0Str);
971 contentDisposition.append(String.format(Locale.US, ";\n %s=\"%s\"",
980 && (MimeUtility.getHeaderParameter(contentDisposition.toString(), "size")
982 contentDisposition.append(String.format(Locale.US, ";\n size=%d", size));
985 if (contentDisposition.length() > 0) {
991 contentDisposition.toString());