Home
last modified time | relevance | path

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

/cts/libs/webkit-shared/src/android/webkit/cts/
DSharedSdkWebServer.java120 public String getBinaryUrl(String mimeType, int contentLength) {
122 return mWebServer.getBinaryUrl(mimeType, contentLength);
DIWebServer.aidl46 String getBinaryUrl(String mimeType, int contentLength); in getBinaryUrl() argument
DSharedWebViewTestEnvironment.java358 public String getBinaryUrl(String mimeType, int contentLength) {
361 return mWebServer.getBinaryUrl(mimeType, contentLength);
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2119 public long contentLength; in testSetDownloadListener() field in WebViewTest.MyDownloadListener
2128 long contentLength) { in testSetDownloadListener() argument
2131 this.contentLength = contentLength; in testSetDownloadListener()
2160 assertEquals(length, listener.contentLength); in testSetDownloadListener()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java509 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() argument
515 sb.append(contentLength); in getBinaryUrl()