Searched defs:URL (Results 1 - 8 of 8) sorted by relevance

/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 DWebViewClassic.java410 case WebTextView.URL:
1218 static final String URL = "url"; field in class:WebViewClassic.FocusNodeHref
2916 hrefMsg.getData().putString(FocusNodeHref.URL, mFocusedNode.mLinkUrl);
3967 * @param url The URL of the page which has started loading.
3987 * @param url The URL of the page which has finished loading.
7717 Log.w(LOGTAG, "Failed to decode URL! " + substr, e);
/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/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlvTag.java47 URL(0x31), enum constant in enum:ComprehensionTlvTag
/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...]
H A DContactsContract.java4112 * may store the image URL in SYNC1, a status (not loaded, loading, loaded, error)
5413 * The content:// style URL for phone lookup using a filter. The filter returns
5605 * The content:// style URL for looking up data rows by email address. The
5623 * The content:// style URL for email lookup using a filter. The filter returns
6454 * data, e.g. the image URL or ID, state of download, server-side version
6626 * <td>{@link #URL}</td>
6675 * The website URL string.
6678 public static final String URL = DATA; field in class:ContactsContract.CommonDataKinds.Website
/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;

Completed in 5673 milliseconds