Home | History | Annotate | Download | only in provider

Lines Matching defs:Audio

304       * if an audio file does not have any meta data, the artist and album columns
488 * The media type (audio, video, image or playlist)
496 * is not an audio, image, video or playlist file.
506 * Constant for the {@link #MEDIA_TYPE} column indicating that file is an audio file.
1119 * Container for all audio content.
1121 public static final class Audio {
1123 * Columns for audio file that show up in multiple tables.
1135 * The duration of the audio file, in ms
1148 * The id of the artist who created the audio file, if any
1154 * The artist who created the audio file, if any
1160 * The artist credited for the album that contains the audio file
1181 * The composer of the audio file, if any
1187 * The id of the album the audio file is from, if any
1193 * The album the audio file is from, if any
1216 * The year the audio file was recorded, if any
1222 * Non-zero if the audio file is music
1228 * Non-zero if the audio file is a podcast
1234 * Non-zero if the audio file may be a ringtone
1240 * Non-zero if the audio file may be an alarm
1246 * Non-zero if the audio file may be a notification sound
1252 * The genre of the audio file, if any
1328 * Get the content:// style URI for the audio media table on the
1332 * @return the URI to the audio media table on the given volume
1336 "/audio/media");
1360 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/audio";
1389 * Columns representing an audio genre
1400 * Contains all genres for audio files
1404 * Get the content:// style URI for the audio genres table on the
1408 * @return the URI to the audio genres table on the given volume
1412 "/audio/genres");
1416 * Get the content:// style URI for querying the genres of an audio file.
1419 * @param audioId the ID of the audio file for which to retrieve the genres
1420 * @return the URI to for querying the genres for the audio file
1425 "/audio/media/" + audioId + "/genres");
1464 + "/audio/genres/" + genreId + "/members");
1468 * A subdirectory of each genre containing all member audio files.
1478 * The ID of the audio file
1524 * Contains playlists for audio files
1529 * Get the content:// style URI for the audio playlists table on the
1533 * @return the URI to the audio playlists table on the given volume
1537 "/audio/playlists");
1575 + "/audio/playlists/" + playlistId + "/members");
1588 Uri uri = MediaStore.Audio.Playlists.Members.getContentUri("external",
1595 values.put(MediaStore.Audio.Playlists.Members.PLAY_ORDER, to);
1605 * A subdirectory of each playlist containing all member audio
1611 * The ID of the audio file
1640 * The artist who created the audio file, if any
1664 * Contains artists for audio files
1672 * @return the URI to the audio artists table on the given volume
1676 "/audio/artists");
1715 + "/audio/artists/" + artistId + "/albums");
1732 * The album on which the audio file appears, if any
1790 * Contains artists for audio files
1798 * @return the URI to the audio albums table on the given volume
1802 "/audio/albums");