Home
last modified time | relevance | path

Searched refs:getURL (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/util/
DLinkifyTest.java116 assertEquals("https://android.com", spans[0].getURL()); in testAddLinks_addsLinksWhenDefaultSchemeIsNull()
117 assertEquals("android.com", spans[1].getURL()); in testAddLinks_addsLinksWhenDefaultSchemeIsNull()
128 assertEquals("http://https://android.com", spans[0].getURL()); in testAddLinks_addsLinksWhenSchemesArrayIsNull()
129 assertEquals("http://android.com", spans[1].getURL()); in testAddLinks_addsLinksWhenSchemesArrayIsNull()
140 assertEquals("http://android.com", spans[0].getURL()); in testAddLinks_prependsDefaultSchemeToBeginingOfLink()
151 assertEquals("https://android.com", spans[0].getURL()); in testAddLinks_doesNotPrependSchemeIfSchemeExists()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java122 return mConnection.getURL().getHost(); in getHost()
127 return mConnection.getURL().getPort(); in getPort()
133 return mConnection.getURL().getPath(); in getPath()
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java810 public String getURL() { return url; } in getURL() method in AbstractMessageParser.Link
816 info.add(getURL()); in getInfo()
854 info.add(getURL(docid)); in getInfo()
865 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.Video
866 return getURL(docid, null); in getURL()
870 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.Video
913 info.add(getURL(docid)); in getInfo()
923 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.YouTubeVideo
924 return getURL(docid, null); in getURL()
928 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.YouTubeVideo
[all …]
/frameworks/base/core/java/android/text/style/
DURLSpan.java96 public String getURL() { in getURL() method in URLSpan
102 Uri uri = Uri.parse(getURL()); in onClick()
DAccessibilityURLSpan.java36 super(spanToReplace.getURL()); in AccessibilityURLSpan()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java69 when(mHttpsURLConnection.getURL()).thenReturn(mUrl); in setUp()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java334 mURL = mConnection.getURL(); in seekTo()
/frameworks/base/core/java/android/view/textclassifier/
DTextLinks.java636 return mTextLink.mUrlSpan.getURL(); in getUrl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java662 final Uri uri = Uri.parse(getURL()); in getBatterySaverDescription()
/frameworks/base/core/java/android/text/
DHtml.java544 out.append(((URLSpan) style[j]).getURL()); in withinParagraph()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30982 method public java.lang.String getURL();
43463 method public java.net.URL getURL();
45881 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
45882 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
46106 method public abstract java.lang.String getURL() throws java.sql.SQLException;
46472 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
46473 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
/frameworks/base/non-updatable-api/
Dcurrent.txt48604 method public String getURL();
63861 method public java.net.URL getURL();
67158 method public java.net.URL getURL(int) throws java.sql.SQLException;
67159 method public java.net.URL getURL(String) throws java.sql.SQLException;
67381 method public String getURL() throws java.sql.SQLException;
67747 method public java.net.URL getURL(int) throws java.sql.SQLException;
67748 method public java.net.URL getURL(String) throws java.sql.SQLException;
/frameworks/base/api/
Dcurrent.txt48748 method public String getURL();
64005 method public java.net.URL getURL();
67302 method public java.net.URL getURL(int) throws java.sql.SQLException;
67303 method public java.net.URL getURL(String) throws java.sql.SQLException;
67525 method public String getURL() throws java.sql.SQLException;
67891 method public java.net.URL getURL(int) throws java.sql.SQLException;
67892 method public java.net.URL getURL(String) throws java.sql.SQLException;
/frameworks/base/config/
Dboot-image-profile.txt27348 HSPLjava/net/URLConnection;->getURL()Ljava/net/URL;
43242 HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getURL()Ljava/net/URL;
43250 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getURL()Ljava/net/URL;