Searched refs:mBackupStoppedPackagesFilename (Results 1 – 1 of 1) sorted by relevance
247 private final File mBackupStoppedPackagesFilename; field in Settings425 mBackupStoppedPackagesFilename = new File(mSystemDir, "packages-stopped-backup.xml"); in Settings()2155 if (mBackupStoppedPackagesFilename.exists()) { in readStoppedLPw()2157 str = new FileInputStream(mBackupStoppedPackagesFilename); in readStoppedLPw()2987 if (mBackupStoppedPackagesFilename.exists() in readLPw()2991 mBackupStoppedPackagesFilename.delete(); in readLPw()