Searched refs:mBackupStoppedPackagesFilename (Results 1 – 1 of 1) sorted by relevance
258 private final File mBackupStoppedPackagesFilename; field in Settings407 mBackupStoppedPackagesFilename = new File(mSystemDir, "packages-stopped-backup.xml"); in Settings()2273 if (mBackupStoppedPackagesFilename.exists()) { in readStoppedLPw()2275 str = new FileInputStream(mBackupStoppedPackagesFilename); in readStoppedLPw()3104 if (mBackupStoppedPackagesFilename.exists() in readLPw()3108 mBackupStoppedPackagesFilename.delete(); in readLPw()