Home
last modified time | relevance | path

Searched refs:contentDisposition (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/webkit/compatchangeapp/src/com/android/cts/webkit/compatchange/
DWebViewDeviceSideURLUtilTest.java392 private String guessForContentDisposition(String contentDisposition) { in guessForContentDisposition() argument
394 "https://example.com/url_value_was_used_wrongly", contentDisposition, null); in guessForContentDisposition()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideURLUtilTest.java450 private String guessForContentDisposition(String contentDisposition) { in guessForContentDisposition() argument
452 "https://example.com/url_value_was_used_wrongly", contentDisposition, null); in guessForContentDisposition()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2120 public String contentDisposition; in testSetDownloadListener() field in WebViewTest.MyDownloadListener
2126 String contentDisposition, in testSetDownloadListener() argument
2132 this.contentDisposition = contentDisposition; in testSetDownloadListener()
2159 assertTrue(listener.contentDisposition.contains("test.bin")); in testSetDownloadListener()