Searched refs:URL (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java62 import java.net.URL;
267 URL location = Main.class.getProtectionDomain().getCodeSource().getLocation();
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java74 import java.net.URL;
1416 URL url = new URL(uri.toString());
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java27 import java.net.URL;
/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.java811 ComprehensionTlv ctlv = searchForTag(ComprehensionTlvTag.URL, ctlvs);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java4546 * may store the image URL in SYNC1, a status (not loaded, loading, loaded, error)
5220 * A contact lookup URL built by
5980 * The content:// style URL for phone lookup using a filter. The filter returns
6181 * The content:// style URL for looking up data rows by email address. The
6233 * A contact lookup URL built by
6250 * The content:// style URL for email lookup using a filter. The filter returns
7107 * data, e.g. the image URL or ID, state of download, server-side version
7279 * <td>{@link #URL}</td>
7329 * The website URL string.
7332 public static final String URL field in class:ContactsContract.CommonDataKinds.Website
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1241 String website = contentValues.getAsString(Website.URL);
1246 // Note: vCard 3.0 does not allow any parameter addition toward "URL"
H A DVCardEntry.java1189 builder.withValue(Website.URL, mWebsite);
1190 // There's no information about the type of URL in vCard.
2274 if (paramMapValue != null && paramMapValue.contains("URL")) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/
H A Dcompiled-classes-phone6779 java.net.URL

Completed in 435 milliseconds

123