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

/packages/apps/Music/src/com/android/music/
H A DPlaylistBrowserActivity.java153 mPlaylistCursor,
162 mPlaylistCursor = mAdapter.getCursor();
163 // If mPlaylistCursor is null, this can be because it doesn't have
169 if (mPlaylistCursor != null) {
170 init(mPlaylistCursor);
247 if (mPlaylistCursor == null) {
314 mPlaylistCursor.moveToPosition(mi.position);
315 menu.setHeaderTitle(mPlaylistCursor.getString(mPlaylistCursor.getColumnIndexOrThrow(
337 if (mPlaylistCursor
643 private Cursor mPlaylistCursor; field in class:PlaylistBrowserActivity
[all...]

Completed in 35 milliseconds