Home
last modified time | relevance | path

Searched refs:getUrl (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
DWebViewClient.java83 return shouldOverrideUrlLoading(view, request.getUrl().toString()); in shouldOverrideUrlLoading()
227 return shouldInterceptRequest(view, request.getUrl().toString()); in shouldInterceptRequest()
339 request.getUrl().toString()); in onReceivedError()
DWebResourceRequest.java32 Uri getUrl(); in getUrl() method
DWebHistoryItem.java48 public abstract String getUrl(); in getUrl() method in WebHistoryItem
DWebViewProvider.java185 public String getUrl(); in getUrl() method
DWebView.java1247 public String getUrl() { in getUrl() method in WebView
1249 return mProvider.getUrl(); in getUrl()
3048 encoder.addProperty("webview:url", mProvider.getUrl()); in encodeProperties()
/frameworks/base/core/java/android/net/http/
DSslError.java171 public String getUrl() { in getUrl() method in SslError
231 " on URL: " + getUrl(); in toString()
/frameworks/base/core/tests/coretests/src/android/net/http/
DDefaultHttpClientTest.java83 HttpResponse a = client.execute(new HttpGet(server.getUrl("/a").toURI())); in testServerClosesOutput()
87 HttpResponse b = client.execute(new HttpGet(server.getUrl("/b").toURI())); in testServerClosesOutput()
DCookiesTest.java68 client.execute(new HttpGet(server.getUrl("/").toURI())); in testCookiesAreNotLogged()
DAbstractProxyTest.java213 HttpGet request = new HttpGet(server.getUrl("/bar").toURI()); in testExplicitNoProxyCancelsSystemProperty()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DWnmData.java55 public String getUrl() { in getUrl() method in WnmData
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteLayoutlibCallbackAdapter.java276 private PathClassLoader(@NotNull Function<String, Path> getUrl) { in PathClassLoader() argument
277 mGetPath = getUrl; in PathClassLoader()
/frameworks/layoutlib/bridge/src/android/webkit/
DWebView.java170 public String getUrl() { in getUrl() method in WebView
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java265 Log.v(LOGTAG, "Finishing URL: " + webView.getUrl()); in run()
/frameworks/base/packages/OsuLogin/src/com/android/hotspot2/osu/
DOsuLoginActivity.java270 if (request.getUrl().toString().startsWith("http://127.0.0.1")) { in onReceivedError()
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1093 info.add(getUrl()); in getInfo()
1101 public String getUrl() { in getUrl() method in AbstractMessageParser.FlickrPhoto
1319 html.append(((FlickrPhoto)token).getUrl()); in toHtml()
/frameworks/base/location/java/android/location/
DAddress.java383 public String getUrl() { in getUrl() method in Address
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java426 + Uri.parse(error.getUrl()).getHost() + " certificate: " in onReceivedSslError()
/frameworks/base/core/java/android/view/textclassifier/
DTextLinks.java634 public final String getUrl() { in getUrl() method in TextLinks.TextLinkSpan
/frameworks/rs/script_api/
DSpecification.h177 std::string getUrl() const { return mUrl; } in getUrl() function
DGenerateDocumentation.cpp262 *stream << " <a href='" << definition->getUrl() << "'>" << definition->getName() in writeSummaryTableEntry()
DSpecification.cpp967 stream << "<a href='" << d->getUrl() << "'>" << name << "</a>"; in getHtmlAnchor()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java444 URL url = mServer.getUrl("/" + filename); in getServerUri()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1138 assertEquals(HS20_URL, wnmDataCaptor.getValue().getUrl()); in testHs20SubscriptionRemediationCallback()
1928 assertEquals(HS20_URL, wnmDataCaptor.getValue().getUrl()); in executeAndValidateHs20DeauthImminentCallback()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13697 method public java.lang.String getUrl();
17552 method public java.lang.String getUrl();
36192 method public abstract java.lang.String getUrl();
36213 method public abstract android.net.Uri getUrl();
36457 method public java.lang.String getUrl();
53152 method public abstract java.lang.String getUrl() throws java.sql.SQLException;
/frameworks/base/api/
Dsystem-current.txt9785 method public String getUrl();

12