Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java84 private File mQuotaFile; field in WallpaperBackupAgent
101 mQuotaFile = new File(getFilesDir(), QUOTA_SENTINEL); in onCreate()
102 mQuotaExceeded = mQuotaFile.exists(); in onCreate()
104 Slog.v(TAG, "quota file " + mQuotaFile.getPath() + " exists=" + mQuotaExceeded); in onCreate()
221 mQuotaFile.delete(); in onFullBackup()
234 try (FileOutputStream f = new FileOutputStream(mQuotaFile)) { in onQuotaExceeded()