Searched refs:Video (Results 1 - 4 of 4) 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/media/java/android/media/
H A DMediaScanner.java38 import android.provider.MediaStore.Video;
123 Video.Media._ID, // 0
124 Video.Media.DATA, // 1
125 Video.Media.DATE_MODIFIED, // 2
634 map.put(Video.Media.ARTIST, (mArtist != null && mArtist.length() > 0 ? mArtist : MediaStore.UNKNOWN_STRING));
635 map.put(Video.Media.ALBUM, (mAlbum != null && mAlbum.length() > 0 ? mAlbum : MediaStore.UNKNOWN_STRING));
636 map.put(Video.Media.DURATION, mDuration);
884 mMediaProvider.update(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, values,
945 where = MediaStore.Video.Media.DATA + "=?";
1167 mVideoUri = Video
[all...]
H A DMediaFile.java22 import android.provider.MediaStore.Video;
60 // Video file types
/frameworks/base/core/java/android/provider/
H A DMediaStore.java259 * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended
1556 public static final class Video { class in class:MediaStore
1816 * <P>Type: INTEGER (ID from Video table)</P>

Completed in 193 milliseconds