Home | History | Annotate | Download | only in music

Lines Matching refs:Video

97             if (type.startsWith("video")) {
98 uri = MediaStore.Video.Media.EXTERNAL_CONTENT_URI;
100 mCursor.getLong(mCursor.getColumnIndexOrThrow(MediaStore.Video.Media._ID));
113 // and the user selected a video.
147 // video has no year column.
148 if (type.equals("video/*")) {
158 // no video/audio/sdcard. Then a NPE will come up when access the content of the
162 if (type.equals("video/*")) {
163 // Only video.
164 c = MusicUtils.query(this, MediaStore.Video.Media.EXTERNAL_CONTENT_URI, videocols, null,
178 // video has no year column
179 c = MusicUtils.query(this, MediaStore.Video.Media.EXTERNAL_CONTENT_URI, videocols,
190 // If no video/audio/SDCard exist, return.
270 } else if (text != null && text.startsWith("video")) {