Searched refs:contentLength (Results 1 – 5 of 5) sorted by relevance
120 public String getBinaryUrl(String mimeType, int contentLength) {122 return mWebServer.getBinaryUrl(mimeType, contentLength);
46 String getBinaryUrl(String mimeType, int contentLength); in getBinaryUrl() argument
358 public String getBinaryUrl(String mimeType, int contentLength) {361 return mWebServer.getBinaryUrl(mimeType, contentLength);
2119 public long contentLength; in testSetDownloadListener() field in WebViewTest.MyDownloadListener2128 long contentLength) { in testSetDownloadListener() argument2131 this.contentLength = contentLength; in testSetDownloadListener()2160 assertEquals(length, listener.contentLength); in testSetDownloadListener()
509 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() argument515 sb.append(contentLength); in getBinaryUrl()