Home
last modified time | relevance | path

Searched refs:getBinaryUrl (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() method
DSharedWebViewTestEnvironment.java358 public String getBinaryUrl(String mimeType, int contentLength) {
361 return mWebServer.getBinaryUrl(mimeType, contentLength);
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java509 public String getBinaryUrl(String mimeType, int contentLength) { in getBinaryUrl() method in CtsTestServer
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2142 final String url = mWebServer.getBinaryUrl(mimeType, length); in testSetDownloadListener()