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