HomeSort by relevance Sort by last modified time
    Searched full:youtubevideo (Results 1 - 3 of 3) sorted by null

  /tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/implementation/youtube/
YoutubeVideoServiceProvider.java 131 VideoEntry youtubeVideo = (VideoEntry) video.getData();
132 String ratingUrl = youtubeVideo.getRatingLink().getHref();
137 youtubeVideo.setRating(myRating);
139 youtubeService.insert(new URL(ratingUrl), youtubeVideo);
  /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 139 milliseconds