Searched refs:thumbnailUrl (Results 1 – 1 of 1) sorted by relevance
246 if (video.thumbnailUrl == null && url.length() > 0) { in newContentHandler()247 video.thumbnailUrl = url; in newContentHandler()390 if (video.thumbnailUrl == null && url.length() > 0) { in startElement()391 video.thumbnailUrl = url; in startElement()525 public String thumbnailUrl; // the url of the thumbnail image field in SafeSaxTest.YouTubeVideo