Searched refs:mBackupStoppedPackagesFilename (Results 1 – 1 of 1) sorted by relevance
292 private final File mBackupStoppedPackagesFilename; field in Settings433 mBackupStoppedPackagesFilename = null; in Settings()459 mBackupStoppedPackagesFilename = new File(mSystemDir, "packages-stopped-backup.xml"); in Settings()2327 if (mBackupStoppedPackagesFilename.exists()) { in readStoppedLPw()2329 str = new FileInputStream(mBackupStoppedPackagesFilename); in readStoppedLPw()3172 if (mBackupStoppedPackagesFilename.exists() in readLPw()3176 mBackupStoppedPackagesFilename.delete(); in readLPw()