Searched refs:contentDisposition (Results 1 – 3 of 3) sorted by relevance
392 private String guessForContentDisposition(String contentDisposition) { in guessForContentDisposition() argument394 "https://example.com/url_value_was_used_wrongly", contentDisposition, null); in guessForContentDisposition()
450 private String guessForContentDisposition(String contentDisposition) { in guessForContentDisposition() argument452 "https://example.com/url_value_was_used_wrongly", contentDisposition, null); in guessForContentDisposition()
2120 public String contentDisposition; in testSetDownloadListener() field in WebViewTest.MyDownloadListener2126 String contentDisposition, in testSetDownloadListener() argument2132 this.contentDisposition = contentDisposition; in testSetDownloadListener()2159 assertTrue(listener.contentDisposition.contains("test.bin")); in testSetDownloadListener()