Home
last modified time | relevance | path

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

/frameworks/support/compat/tests/java/android/support/v4/text/util/
DLinkifyCompatTest.java102 assertEquals("http://www.google.com", spans[0].getURL()); in testAddLinksToSpannable()
103 assertEquals("http://www.google.com/language_tools?hl=en", spans[1].getURL()); in testAddLinksToSpannable()
104 assertEquals("http://a.bd", spans[2].getURL()); in testAddLinksToSpannable()
105 assertEquals("http://h." + longGTLD, spans[3].getURL()); in testAddLinksToSpannable()
110 assertEquals("mailto:name@gmail.com", spans[0].getURL()); in testAddLinksToSpannable()
130 assertEquals("test:google.pattern", spans[0].getURL()); in testAddLinksToSpannableWithScheme()
131 assertEquals("test:AZ0101.pattern", spans[1].getURL()); in testAddLinksToSpannableWithScheme()
149 assertEquals("google.pattern", spans[0].getURL()); in testAddLinksToSpannableWithScheme()
150 assertEquals("test:AZ0101.pattern", spans[1].getURL()); in testAddLinksToSpannableWithScheme()
162 assertEquals("test:ilterpperase.pattern", spans[0].getURL()); in testAddLinks3()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/util/
DLinkifyTest.java115 assertEquals("https://android.com", spans[0].getURL()); in testAddLinks_addsLinksWhenDefaultSchemeIsNull()
116 assertEquals("android.com", spans[1].getURL()); in testAddLinks_addsLinksWhenDefaultSchemeIsNull()
127 assertEquals("http://https://android.com", spans[0].getURL()); in testAddLinks_addsLinksWhenSchemesArrayIsNull()
128 assertEquals("http://android.com", spans[1].getURL()); in testAddLinks_addsLinksWhenSchemesArrayIsNull()
139 assertEquals("http://android.com", spans[0].getURL()); in testAddLinks_prependsDefaultSchemeToBeginingOfLink()
150 assertEquals("https://android.com", spans[0].getURL()); in testAddLinks_doesNotPrependSchemeIfSchemeExists()
/frameworks/base/core/java/android/text/style/
DURLSpan.java64 public String getURL() { in getURL() method in URLSpan
70 Uri uri = Uri.parse(getURL()); in onClick()
DAccessibilityURLSpan.java36 super(spanToReplace.getURL()); in AccessibilityURLSpan()
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java797 public String getURL() { return url; } in getURL() method in AbstractMessageParser.Link
803 info.add(getURL()); in getInfo()
841 info.add(getURL(docid)); in getInfo()
852 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.Video
853 return getURL(docid, null); in getURL()
857 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.Video
900 info.add(getURL(docid)); in getInfo()
910 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.YouTubeVideo
911 return getURL(docid, null); in getURL()
915 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.YouTubeVideo
[all …]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
DRedirectListener.java123 public URL getURL() { in getURL() method in RedirectListener
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java261 mURL = mConnection.getURL(); in seekTo()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUClient.java383 return mRedirectListener.getURL(); in prepareUserInput()
/frameworks/base/core/java/android/text/
DHtml.java543 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/api/
Dcurrent.txt42715 method public java.lang.String getURL();
56892 method public java.net.URL getURL();
60275 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
60276 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
60500 method public abstract java.lang.String getURL() throws java.sql.SQLException;
60866 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
60867 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
Dtest-current.txt42991 method public java.lang.String getURL();
57374 method public java.net.URL getURL();
60757 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
60758 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
60982 method public abstract java.lang.String getURL() throws java.sql.SQLException;
61348 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
61349 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
Dsystem-current.txt46300 method public java.lang.String getURL();
60850 method public java.net.URL getURL();
64233 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
64234 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
64458 method public abstract java.lang.String getURL() throws java.sql.SQLException;
64824 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
64825 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
/frameworks/base/config/
Dboot-image-profile.txt12004 HPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getURL()Ljava/net/URL;
12024 HPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getURL()Ljava/net/URL;
43806 HSPLjava/net/URLConnection;->getURL()Ljava/net/URL;