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

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentDispositionParser.java46 * @param contentDisposition the header to parse
48 public ContentDispositionParser(String contentDisposition) { argument
49 super(contentDisposition);
/external/nist-sip/java/javax/sip/message/
H A DMessage.java44 void setContentDisposition(ContentDispositionHeader contentDisposition); argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java329 * contentDisposition value.
331 * @param contentDisposition - the new string value of the contentDisposition.
333 * unexpectedly while parsing the contentDisposition value.
337 public ContentDispositionHeader createContentDispositionHeader(String contentDisposition) argument
339 if (contentDisposition == null)
340 throw new NullPointerException("null arg contentDisposition");
342 c.setDispositionType(contentDisposition);
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 307 milliseconds