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