Searched defs:Video (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java201 Video video = Video.matchURL(url, text);
809 /** Represents a link to a Google Video. */
810 public static class Video extends Token { class in class:AbstractMessageParser
818 public Video(String docid, String text) { method in class:AbstractMessageParser.Video
828 /** Returns a Video object if the given url is to a video. */
829 public static Video matchURL(String url, String text) {
832 return new Video(m.group(1), text);
887 /** Returns a Video object if the given url is to a video. */
1275 // TODO: include a Google Video ico
[all...]
/frameworks/base/core/java/android/provider/
H A DMediaStore.java601 * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended
681 MiniThumbFile thumbFile = new MiniThumbFile(isVideo ? Video.Media.EXTERNAL_CONTENT_URI
1962 public static final class Video { class in class:MediaStore
2229 * <P>Type: INTEGER (ID from Video table)</P>

Completed in 66 milliseconds