Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/style/
DURLSpan.java52 public String getURL() { in getURL() method in URLSpan
58 Uri uri = Uri.parse(getURL()); in onClick()
/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/core/java/android/text/
DHtml.java297 out.append(((URLSpan) style[j]).getURL()); in withinParagraph()
/frameworks/base/api/
Dcurrent.txt24014 method public java.lang.String getURL();
35137 method public java.net.URL getURL();
37545 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
37546 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;
37770 method public abstract java.lang.String getURL() throws java.sql.SQLException;
38136 method public abstract java.net.URL getURL(int) throws java.sql.SQLException;
38137 method public abstract java.net.URL getURL(java.lang.String) throws java.sql.SQLException;