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

12

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java49 import java.net.URL;
442 URL url = mServer.getUrl("/" + filename);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java50 import java.net.URL;
409 @Override public URL getResource(String resName) {
414 @Override public Enumeration<URL> getResources(String resName) throws IOException {
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java58 import java.net.URL;
729 URL url = new URL(url_str);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java43 import java.net.URL;
285 // If no application can handle the URL, assume that the
905 URL aUrl = new URL(url);
1390 * @param url The URL that caused the quota overflow.
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);
H A DWebViewCore.java447 * @param url The URL that caused the overflow.
1519 data.putString(FocusNodeHref.URL,hit.mLinkUrl);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java1018 .put(Website.URL, "http://website.example.android.com/index.html")
1021 .put(Website.URL, "ftp://ftp.example.android.com/index.html")
1026 .addExpectedNode("URL", "ftp://ftp.example.android.com/index.html")
1027 .addExpectedNode("URL", "http://website.example.android.com/index.html");
H A DVCardImporterTests.java601 .addExpectedNodeWithOrder("URL", "http://www.example.com/")
681 .put(Website.URL, "http://www.example.com/")
704 .addExpectedNodeWithOrder("URL", "http://bogus.com/")
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java703 ComprehensionTlv ctlv = searchForTag(ComprehensionTlvTag.URL, ctlvs);
/frameworks/base/core/java/android/provider/
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/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1275 String website = contentValues.getAsString(Website.URL);
1280 // Note: vCard 3.0 does not allow any parameter addition toward "URL"
H A DVCardEntry.java1188 builder.withValue(Website.URL, mWebsite);
1189 // There's no information about the type of URL in vCard.
2272 if (paramMapValue != null && paramMapValue.contains("URL")) {

Completed in 890 milliseconds

12