Home
last modified time | relevance | path

Searched refs:mBackupStoppedPackagesFilename (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java292 private final File mBackupStoppedPackagesFilename; field in Settings
433 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()