Lines Matching refs:Audio
63 * Provides "background" audio playback capabilities, allowing the
125 "audio._id AS _id", // index must match IDCOLIDX below
126 MediaStore.Audio.Media.ARTIST,
127 MediaStore.Audio.Media.ALBUM,
128 MediaStore.Audio.Media.TITLE,
129 MediaStore.Audio.Media.DATA,
130 MediaStore.Audio.Media.MIME_TYPE,
131 MediaStore.Audio.Media.ALBUM_ID,
132 MediaStore.Audio.Media.ARTIST_ID,
133 MediaStore.Audio.Media.IS_PODCAST, // index must match PODCASTCOLIDX below
134 MediaStore.Audio.Media.BOOKMARK // index must match BOOKMARKCOLIDX below
147 // used to track what type of audio focus loss caused the playback to pause
244 Log.e(LOGTAG, "Unknown audio focus change code");
514 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
520 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
675 // an in-progress action requesting audio focus ends, so don't stop the service now.
1005 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
1009 open(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI + "/" + id);
1044 uri = MediaStore.Audio.Media.getContentUriForPath(path);
1045 where = MediaStore.Audio.Media.DATA + "=?";
1376 values.put(MediaStore.Audio.Media.BOOKMARK, pos);
1378 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, mCursor.getLong(IDCOLIDX));
1466 c = res.query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
1467 new String[] {MediaStore.Audio.Media._ID}, MediaStore.Audio.Media.IS_MUSIC + "=1",
1665 return mCursor.getString(mCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ARTIST));
1674 return mCursor.getLong(mCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ARTIST_ID));
1683 return mCursor.getString(mCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ALBUM));
1692 return mCursor.getLong(mCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ALBUM_ID));
1701 return mCursor.getString(mCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.TITLE));
1759 * Sets the audio session ID.
1761 * @param sessionId: the audio session ID.
1770 * Returns the audio session ID.