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.java81 private File mQuotaFile; field in WallpaperBackupAgent
98 mQuotaFile = new File(getFilesDir(), QUOTA_SENTINEL); in onCreate()
99 mQuotaExceeded = mQuotaFile.exists(); in onCreate()
101 Slog.v(TAG, "quota file " + mQuotaFile.getPath() + " exists=" + mQuotaExceeded); in onCreate()
186 mQuotaFile.delete(); in onFullBackup()
195 try (FileOutputStream f = new FileOutputStream(mQuotaFile)) { in onQuotaExceeded()