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

  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Movie.java 35 private String videoUrl;
83 return videoUrl;
86 public void setVideoUrl(String videoUrl) {
87 this.videoUrl = videoUrl;
137 ", videoUrl='" + videoUrl + '\'' +
VideoProvider.java 110 String videoUrl = new String();
131 videoUrl = getVideoPrefix(category_name, videoUrls.getString(0));
138 videoUrl, cardImageUrl,
149 String description, String studio, String videoUrl, String cardImageUrl,
160 movie.setVideoUrl(videoUrl);
165 private static String getVideoPrefix(String category, String videoUrl) {
168 videoUrl.replace(" ", "%20");
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 258 video.videoUrl = url;
400 video.videoUrl = url;
525 public String videoUrl; // the url to play the video

Completed in 65 milliseconds