Searched refs:DB_VERSION (Results 1 – 1 of 1) sorted by relevance
42 private static final int DB_VERSION = 1; field in RssContentProvider106 mDb = mDbHelper.openDatabase(getContext(), DATABASE_NAME, null, DB_VERSION); in onCreate()