Home | History | Annotate | Download | only in tv

Lines Matching refs:Cursor

28 import android.database.Cursor;
1434 // vnd.android.cursor.item/channel isn't really necessary here.
1534 try (Cursor cursor = getContentResolver().query(uri, projection,
1536 if (cursor != null && cursor.moveToNext()) {
1537 channelId = cursor.getLong(0);