Searched refs:mCurrentVersion (Results 1 – 3 of 3) sorted by relevance
124 private int mCurrentVersion; field in UsageStatsDatabase148 mCurrentVersion = version; in UsageStatsDatabase()357 if (version != mCurrentVersion) { in checkVersionAndBuildLocked()367 mCurrentVersion = version; in checkVersionAndBuildLocked()386 if (mCurrentVersion >= 4) { in checkVersionAndBuildLocked()390 + mCurrentVersion); in checkVersionAndBuildLocked()552 if (mCurrentVersion >= 5) { in continueUpgradeLocked()1015 if (mCurrentVersion <= 3) { in writeLocked()1076 if (mCurrentVersion <= 3) { in readLocked()1078 + mCurrentVersion); in readLocked()[all …]
83 private int mCurrentVersion; field in NotificationHistoryDatabase93 mCurrentVersion = DEFAULT_CURRENT_VERSION; in NotificationHistoryDatabase()147 if (version != mCurrentVersion && mVersionFile.exists()) { in checkVersionAndBuildLocked()149 writer.write(Integer.toString(mCurrentVersion)); in checkVersionAndBuildLocked()332 NotificationHistoryProtoHelper.write(fos, notifications, mCurrentVersion); in writeLocked()
141 private int mCurrentVersion; field in CarAudioZonesHelper213 mCurrentVersion = versionNumber; in parseCarAudioZones()466 return mCurrentVersion == SUPPORTED_VERSION_1; in isVersionOne()