Searched refs:mCurrentVersion (Results 1 – 2 of 2) sorted by relevance
131 private int mCurrentVersion; field in UsageStatsDatabase155 mCurrentVersion = version; in UsageStatsDatabase()364 if (version != mCurrentVersion) { in checkVersionAndBuildLocked()374 mCurrentVersion = version; in checkVersionAndBuildLocked()393 if (mCurrentVersion >= 4) { in checkVersionAndBuildLocked()397 + mCurrentVersion); in checkVersionAndBuildLocked()559 if (mCurrentVersion >= 5) { in continueUpgradeLocked()1026 if (mCurrentVersion <= 3) { in writeLocked()1087 if (mCurrentVersion <= 3) { in readLocked()1089 + mCurrentVersion); in readLocked()[all …]
68 private int mCurrentVersion; field in NotificationHistoryDatabase76 mCurrentVersion = DEFAULT_CURRENT_VERSION; in NotificationHistoryDatabase()126 if (version != mCurrentVersion && mVersionFile.exists()) { in checkVersionAndBuildLocked()128 writer.write(Integer.toString(mCurrentVersion)); in checkVersionAndBuildLocked()294 NotificationHistoryProtoHelper.write(fos, notifications, mCurrentVersion); in writeLocked()