Home | History | Annotate | Download | only in calendar

Lines Matching refs:Cursor

42 import android.database.Cursor;
199 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
202 // If the query didn't return a cursor for some reason return
203 if (cursor == null || cursor.getCount() > 0 || isFinishing()) {
207 if (cursor != null) {
208 cursor.close();