Searched refs:mCurrentVersion (Results 1 – 1 of 1) sorted by relevance
118 private int mCurrentVersion; field in UsageStatsDatabase136 mCurrentVersion = version; in UsageStatsDatabase()337 if (version != mCurrentVersion) { in checkVersionAndBuildLocked()338 Slog.i(TAG, "Upgrading from version " + version + " to " + mCurrentVersion); in checkVersionAndBuildLocked()344 "Failed to upgrade from version " + version + " to " + mCurrentVersion, in checkVersionAndBuildLocked()347 mCurrentVersion = version; in checkVersionAndBuildLocked()369 if (version != mCurrentVersion || mNewUpdate) { in checkVersionAndBuildLocked()371 writer.write(Integer.toString(mCurrentVersion)); in checkVersionAndBuildLocked()493 mCurrentVersion) + ") for interval " + i); in continueUpgradeLocked()499 Long.toString(stats.beginTime))), stats, mCurrentVersion); in continueUpgradeLocked()[all …]