Home | History | Annotate | Download | only in music

Lines Matching refs:mCursorCols

82     private String[] mCursorCols;
139 mCursorCols = new String[] {
609 Cursor c = new NowPlayingCursor(MusicUtils.sService, mCursorCols);
1027 mCursorCols, where.toString(), null, mSortOrder, async);
1031 ret = new NowPlayingCursor(MusicUtils.sService, mCursorCols);
1045 mCursorCols, where.toString(), null,
1057 mCursorCols, where.toString(), null,
1083 mCursorCols, where.toString() , null, mSortOrder, async);