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

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java81 private File mQuotaFile; field in class:WallpaperBackupAgent
98 mQuotaFile = new File(getFilesDir(), QUOTA_SENTINEL);
99 mQuotaExceeded = mQuotaFile.exists();
101 Slog.v(TAG, "quota file " + mQuotaFile.getPath() + " exists=" + mQuotaExceeded);
186 mQuotaFile.delete();
195 try (FileOutputStream f = new FileOutputStream(mQuotaFile)) {

Completed in 24 milliseconds