Lines Matching refs:Audio
298 ContentUris.withAppendedId(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, audioid),
299 new String[] {MediaStore.Audio.Media.IS_MUSIC}, null, null, null);
320 mime = MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE;
328 mime = MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE;
342 mime = "audio/*"; // the specific type doesn't matter, so don't bother retrieving it
1065 // but also if the audio ID is valid but the service is paused.