Searched refs:DB_VERSION (Results 1 – 4 of 4) sorted by relevance
42 private static final int DB_VERSION = 1; field in TrackerProvider52 super(context, DB_NAME, null, DB_VERSION); in DatabaseHelper()63 db.setVersion(DB_VERSION); in onCreate()
41 private static long DB_VERSION = 1; field in SyncStateContentProviderHelper68 values.put(SYNC_STATE_META_VERSION_COLUMN, DB_VERSION); in createDatabase()76 if (version != DB_VERSION) { in onDatabaseOpened()
992 private static final int DB_VERSION = 5; field in NotificationUsageStats.SQLiteLog1082 mHelper = new SQLiteOpenHelper(context, DB_NAME, null, DB_VERSION) { in SQLiteLog()
290 private static final int DB_VERSION = 1; field in NotificationManagerService422 out.attribute(null, ATTR_VERSION, Integer.toString(DB_VERSION)); in writePolicyXml()