Home
last modified time | relevance | path

Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2109 public long contentLength; in testSetDownloadListener() field in WebViewTest.MyDownloadListener
2114 String mimetype, long contentLength) { in testSetDownloadListener() argument
2117 this.contentLength = contentLength; in testSetDownloadListener()
2145 assertEquals(length, listener.contentLength); in testSetDownloadListener()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java464 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() argument
470 sb.append(contentLength); in getBinaryUrl()