Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance
2109 public long contentLength; in testSetDownloadListener() field in WebViewTest.MyDownloadListener2114 String mimetype, long contentLength) { in testSetDownloadListener() argument2117 this.contentLength = contentLength; in testSetDownloadListener()2145 assertEquals(length, listener.contentLength); in testSetDownloadListener()
464 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() argument470 sb.append(contentLength); in getBinaryUrl()