Home | History | Annotate | Download | only in calendar

Lines Matching defs:mDb

62     private SQLiteDatabase mDb;
133 mDb = mDbHelper.getWritableDatabase();
595 Cursor c = qb.query(mDb, EXPAND_COLUMNS, null /* selection */, selectionArgs,
861 return qb.query(mDb, EXPAND_COLUMNS, null /* selection */, selectionArgs,