Home
last modified time | relevance | path

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

/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java197 public void addVideo(YouTubeVideo video) { in addVideo()
206 YouTubeVideo video;
340 video = new YouTubeVideo(); in start()
354 YouTubeVideo video = null;
366 video = new YouTubeVideo(); in startElement()
523 private static class YouTubeVideo { class in SafeSaxTest
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java207 YouTubeVideo ytVideo = YouTubeVideo.matchURL(url, text); in tokenForUrl()
869 public static class YouTubeVideo extends Token { class in AbstractMessageParser
877 public YouTubeVideo(String docid, String text) { in YouTubeVideo() method in AbstractMessageParser.YouTubeVideo
888 public static YouTubeVideo matchURL(String url, String text) { in matchURL()
891 return new YouTubeVideo(m.group(1), text); in matchURL()
1286 html.append(((YouTubeVideo)token).getURL( in toHtml()
1287 ((YouTubeVideo)token).getDocID())); in toHtml()