Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java203 Video video = Video.matchURL(url, text); in tokenForUrl()
209 YouTubeVideo ytVideo = YouTubeVideo.matchURL(url, text); in tokenForUrl()
215 Photo photo = Photo.matchURL(url, text); in tokenForUrl()
221 FlickrPhoto flickrPhoto = FlickrPhoto.matchURL(url, text); in tokenForUrl()
842 public static Video matchURL(String url, String text) { in matchURL() method in AbstractMessageParser.Video
901 public static YouTubeVideo matchURL(String url, String text) { in matchURL() method in AbstractMessageParser.YouTubeVideo
992 public static Photo matchURL(String url, String text) { in matchURL() method in AbstractMessageParser.Photo
1079 public static FlickrPhoto matchURL(String url, String text) { in matchURL() method in AbstractMessageParser.FlickrPhoto