Searched defs:URL (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
H A D | NetworkActivity.java | 42 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 D | ComprehensionTlvTag.java | 47 URL(0x31), enum constant in enum:ComprehensionTlvTag
|
/frameworks/base/core/java/android/provider/ |
H A D | Browser.java | 79 BookmarkColumns.URL, // 1 240 * column, {@link BookmarkColumns#URL}. 247 return new MatrixCursor(new String[]{Bookmarks.URL}, 0); 252 * have a single column, {@link BookmarkColumns#URL}. 259 return new MatrixCursor(new String[]{Combined.URL}, 0); 263 sb.append(" OR " + BookmarkColumns.URL + " = "); 280 whereClause = new StringBuilder(Bookmarks.URL + " = "); 287 whereClause = new StringBuilder(Bookmarks.URL + " = "); 433 * The URL of the bookmark or history item. 434 * <p>Type: TEXT (URL)</ 436 public static final String URL = "url"; field in class:Browser.BookmarkColumns 500 public static final String URL = "url"; field in class:Browser.SearchColumns [all...] |
H A D | BrowserContract.java | 40 * 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 D | ContactsContract.java | 4630 * may store the image URL in SYNC1, a status (not loaded, loading, loaded, error) 5304 * A contact lookup URL built by 6064 * The content:// style URL for phone lookup using a filter. The filter returns 6265 * The content:// style URL for looking up data rows by email address. The 6317 * A contact lookup URL built by 6334 * The content:// style URL for email lookup using a filter. The filter returns 7191 * data, e.g. the image URL or ID, state of download, server-side version 7363 * <td>{@link #URL}</td> 7413 * The website URL string. 7416 public static final String URL field in class:ContactsContract.CommonDataKinds.Website [all...] |
/frameworks/base/media/java/android/media/ |
H A D | TimedText.java | 328 * 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/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ... |
Completed in 113 milliseconds