Searched defs:DB_VERSION (Results 1 - 4 of 4) sorted by path

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java335 private static final int DB_VERSION = 1; field in class:NotificationManagerService
472 out.attribute(null, ATTR_VERSION, Integer.toString(DB_VERSION));
H A DNotificationUsageStats.java992 private static final int DB_VERSION = 5; field in class:NotificationUsageStats.SQLiteLog
1082 mHelper = new SQLiteOpenHelper(context, DB_NAME, null, DB_VERSION) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java42 private static final int DB_VERSION = 1; field in class:TrackerProvider
52 super(context, DB_NAME, null, DB_VERSION);
63 db.setVersion(DB_VERSION);
/frameworks/ex/common/java/com/android/common/content/
H A DSyncStateContentProviderHelper.java41 private static long DB_VERSION = 1; field in class:SyncStateContentProviderHelper
68 values.put(SYNC_STATE_META_VERSION_COLUMN, DB_VERSION);
76 if (version != DB_VERSION) {

Completed in 300 milliseconds