HomeSort by relevance Sort by last modified time
    Searched refs:YouTubeVideo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 197 public void addVideo(YouTubeVideo video) {
206 YouTubeVideo video;
340 video = new YouTubeVideo();
354 YouTubeVideo video = null;
366 video = new YouTubeVideo();
523 private static class YouTubeVideo {
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 207 YouTubeVideo ytVideo = YouTubeVideo.matchURL(url, text);
869 public static class YouTubeVideo extends Token {
877 public YouTubeVideo(String docid, String text) {
888 public static YouTubeVideo matchURL(String url, String text) {
891 return new YouTubeVideo(m.group(1), text);
    [all...]

Completed in 25 milliseconds