Searched refs:mBackupsDir (Results 1 – 1 of 1) sorted by relevance
112 private final File mBackupsDir; field in UsageStatsDatabase138 mBackupsDir = new File(dir, "backups"); in UsageStatsDatabase()387 if (mBackupsDir.exists() && !KEEP_BACKUP_DIR) { in checkVersionAndBuildLocked()388 deleteDirectory(mBackupsDir); in checkVersionAndBuildLocked()414 final File backupDir = new File(mBackupsDir, Long.toString(token)); in doUpgradeLocked()480 final File backupDir = new File(mBackupsDir, Long.toString(token)); in continueUpgradeLocked()