Searched refs:URL (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
H A DWebTextView.java22 import java.net.URL;
37 static final int URL = 7; field in class:WebTextView
43 URL url = null;
45 url = new URL(urlString);
47 Log.e(LOGTAG, "Unable to parse URL "+url);
H A DSslCertLookupTable.java23 import java.net.URL;
50 host = new URL(sslError.getUrl()).getHost();
62 host = new URL(sslError.getUrl()).getHost();
H A DWebHistoryItemClassic.java22 import java.net.URL;
132 URL url = new URL(getOriginalUrl());
133 mTouchIconUrlServerDefault = new URL(url.getProtocol(), url.getHost(), url.getPort(),
H A DHTML5VideoViewProxy.java40 import java.net.URL;
444 // The poster URL
445 private URL mUrl;
461 mUrl = new URL(url);
527 mUrl = new URL(mHeaders.getLocation());
676 * @param url is the URL of the video stream.
694 * @param url is the URL of the video stream.
739 * @param url is the URL of the poster image.
H A DWebIconDatabaseClassic.java151 new String[] { Browser.BookmarkColumns.URL },
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
H A DForwarderManager.java20 import java.net.URL;
58 * Returns the main part of the URL with the trailing slash
74 URL url = null;
76 url = new URL(protocol, HOST_IP, port, "/");
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DFileFilter.java31 import java.net.URL;
69 URL url = null;
71 url = new URL(ForwarderManager.getHostSchemePort(false) +
262 * Return a URL of the test on the server.
267 * @return a URL of the test on the server
269 public static URL getUrl(String relativePath, boolean allowHttps) {
273 * URL is formed differently for HTTP vs non-HTTP tests, because HTTP tests
286 return new URL(urlBase + relativePath);
288 Log.e(LOG_TAG, "Malformed URL!", e);
H A DAdditionalTextOutput.java23 import java.net.URL;
59 URL url = new URL(urlString);
H A DFsUtils.java54 import java.net.URL;
139 private URL mUrl;
142 public UrlDataGetter(URL url) {
196 public static byte[] readDataFromUrl(URL url) {
210 URL url = null;
212 url = new URL(SCRIPT_URL +
257 Log.e(LOG_TAG, "getLayoutTestsDirContents(): HTTP GET failed for URL " + url);
H A DSummarizer.java34 import java.net.URL;
388 URL url = null;
390 url = new URL(ForwarderManager.getHostSchemePort(false) + "ThirdPartyProject.prop");
567 private static final URL getViewSourceUrl(String relativePath) {
568 URL url = null;
570 url = new URL("http", "localhost", ForwarderManager.HTTP_PORT,
/frameworks/base/core/java/android/provider/
H A DBrowser.java80 BookmarkColumns.URL, // 1
230 * column, {@link BookmarkColumns#URL}.
239 new String[] { Bookmarks.URL },
245 * have a single column, {@link BookmarkColumns#URL}.
254 new String[] { Combined.URL }, null, null,
259 sb.append(" OR " + BookmarkColumns.URL + " = ");
276 whereClause = new StringBuilder(Bookmarks.URL + " = ");
283 whereClause = new StringBuilder(Bookmarks.URL + " = ");
340 values.put(History.URL, url);
366 History.URL,
583 public static final String URL = "url"; field in class:Browser.BookmarkColumns
646 public static final String URL = "url"; field in class:Browser.SearchColumns
[all...]
H A DBrowserContract.java40 * history, images and the mapping between the image and URL.
162 * This column is valid when the row is a URL. The history table's URL
164 * <P>Type: TEXT (URL)</P>
166 public static final String URL = "url"; field in interface:BrowserContract.CommonColumns
236 * The URL. The URL can map onto the different type of images.
237 * <P>Type: TEXT (URL)</P>
239 public static final String URL = "url"; field in interface:BrowserContract.ImageMappingColumns
559 * the same image. If you want to update a URL'
628 public static final String URL = "url_key"; field in class:BrowserContract.Images
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlvTag.java47 URL(0x31), enum constant in enum:ComprehensionTlvTag
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DHurlStack.java36 import java.net.URL;
52 * Returns a URL to use instead of the provided one, or null to indicate
53 * this URL should not be used at all.
81 throw new IOException("URL blocked by rewriter: " + url);
85 URL parsedUrl = new URL(url);
138 private HttpURLConnection openConnection(URL url, Request<?> request) throws IOException {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java29 import java.net.URL;
46 URL url = this.getClass().getClassLoader().getResource("data/mock_android.jar");
H A DAsmAnalyzerTest.java32 import java.net.URL;
49 URL url = this.getClass().getClassLoader().getResource("data/mock_android.jar");
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java42 import java.net.URL;
67 private static final String URL = field in class:NetworkActivity
150 new DownloadXmlTask().execute(URL);
263 // Given a string representation of a URL, sets up a connection and gets
266 URL url = new URL(urlString);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java41 import java.net.URL;
96 URL url = new URL(targetUrl);
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java34 import java.net.URL;
95 final HttpURLConnection conn = (HttpURLConnection) new URL("http://www.google.com/")
119 final HttpURLConnection conn = (HttpURLConnection) new URL("http://ipv6.google.com/")
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_FileCommon_priv.h49 /** The name of the URL */
79 M4OSA_Char* URL,
/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java44 import java.net.URL;
278 * Do a URL fetch on a known server to see if we get the data we expect
287 URL url = new URL(mUrl);
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java5 import java.net.URL;
64 public URL getResource(String name) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java40 import java.net.URL;
243 return new URL(uri.toString()).openStream();
/frameworks/base/media/java/android/media/
H A DTimedText.java328 * The linked-to URL
330 public final String URL; field in class:TimedText.HyperText
342 * @param url the linked-to URL.
348 this.URL = url;
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp50 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason,

Completed in 519 milliseconds

12