Lines Matching refs:Cursor
33 import android.database.Cursor;
121 private Cursor mCursor;
533 Cursor crsr = MusicUtils.query(this,
1010 private Cursor getCursorForId(long lid) {
1013 Cursor c = getContentResolver().query(
1041 // if we get here then opening the file failed. We can close the cursor now, because
1108 // if mCursor is null, try to associate path with a database cursor
1548 Cursor c = null;