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.java2114 public long contentLength; in testSetDownloadListener() field in WebViewTest.MyDownloadListener
2119 String mimetype, long contentLength) { in testSetDownloadListener() argument
2122 this.contentLength = contentLength; in testSetDownloadListener()
2150 assertEquals(length, listener.contentLength); in testSetDownloadListener()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java409 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() argument
415 sb.append(contentLength); in getBinaryUrl()