Home
last modified time | relevance | path

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

/aosp14/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java197 public void addVideo(YouTubeVideo video) { in addVideo()
206 YouTubeVideo video;
339 video = new YouTubeVideo(); in start()
353 YouTubeVideo video = null;
365 video = new YouTubeVideo(); in startElement()
521 private static class YouTubeVideo { class in SafeSaxTest
/aosp14/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java209 YouTubeVideo ytVideo = YouTubeVideo.matchURL(url, text); in tokenForUrl()
883 public static class YouTubeVideo extends Token { class in AbstractMessageParser
891 public YouTubeVideo(String docid, String text) { in YouTubeVideo() method in AbstractMessageParser.YouTubeVideo
902 public static YouTubeVideo matchURL(String url, String text) { in matchURL()
905 return new YouTubeVideo(m.group(1), text); in matchURL()
1300 html.append(((YouTubeVideo)token).getURL( in toHtml()
1301 ((YouTubeVideo)token).getDocID())); in toHtml()