Searched refs:mPlayPos (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java122 private int mPlayPos = -1; field in class:MediaPlaybackService
201 mPlayPos = mNextPlayPos;
206 if (mPlayPos >= 0 && mPlayPos < mPlayList.length) {
207 mCursor = getCursorForId(mPlayList[mPlayPos]);
466 ed.putInt("curpos", mPlayPos);
526 mPlayPos = pos;
535 new String [] {"_id"}, "_id=" + mPlayList[mPlayPos] , null, null);
541 mCursorCols, "_id=" + mPlayList[mPlayPos] , null, null);
886 if (action == NEXT && mPlayPos
[all...]

Completed in 39 milliseconds