Home | History | Annotate | Download | only in notification

Lines Matching refs:mHelper

770         private final SQLiteOpenHelper mHelper;
803 mHelper = new SQLiteOpenHelper(context, DB_NAME, null, DB_VERSION) {
858 SQLiteDatabase db = mHelper.getReadableDatabase();
894 SQLiteDatabase db = mHelper.getReadableDatabase();
941 SQLiteDatabase db = mHelper.getWritableDatabase();