Searched refs:mQuotaFile (Results 1 – 1 of 1) sorted by relevance
84 private File mQuotaFile; field in WallpaperBackupAgent101 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()