Searched defs:URL (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/provider/
H A DBrowser.java81 BookmarkColumns.URL, // 1
231 * column, {@link BookmarkColumns#URL}.
240 new String[] { Bookmarks.URL },
246 * have a single column, {@link BookmarkColumns#URL}.
255 new String[] { Combined.URL }, null, null,
260 sb.append(" OR " + BookmarkColumns.URL + " = ");
277 whereClause = new StringBuilder(Bookmarks.URL + " = ");
284 whereClause = new StringBuilder(Bookmarks.URL + " = ");
341 values.put(History.URL, url);
367 History.URL,
575 public static final String URL = "url"; field in class:Browser.BookmarkColumns
638 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.java4415 * may store the image URL in SYNC1, a status (not loaded, loading, loaded, error)
5782 * The content:// style URL for phone lookup using a filter. The filter returns
5975 * The content:// style URL for looking up data rows by email address. The
5993 * The content:// style URL for email lookup using a filter. The filter returns
6843 * data, e.g. the image URL or ID, state of download, server-side version
7015 * <td>{@link #URL}</td>
7065 * The website URL string.
7068 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;
/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

Completed in 2018 milliseconds