Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance
2114 public long contentLength; in testSetDownloadListener() field in WebViewTest.MyDownloadListener2119 String mimetype, long contentLength) { in testSetDownloadListener() argument2122 this.contentLength = contentLength; in testSetDownloadListener()2150 assertEquals(length, listener.contentLength); in testSetDownloadListener()
409 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() argument415 sb.append(contentLength); in getBinaryUrl()