Searched refs:QUOTA_BYTES (Results 1 – 1 of 1) sorted by relevance
271 private static final String QUOTA_BYTES = "backup_quota_bytes"; field in TelephonyBackupAgent361 sharedPreferences.getLong(QUOTA_BYTES, Long.MAX_VALUE); in onFullBackup()415 .remove(QUOTA_BYTES) in clearSharedPreferences()428 && sharedPreferences.contains(QUOTA_BYTES)) { in onQuotaExceeded()431 - sharedPreferences.getLong(QUOTA_BYTES, 0)) * BYTES_OVER_QUOTA_MULTIPLIER; in onQuotaExceeded()435 .putLong(QUOTA_BYTES, quotaBytes) in onQuotaExceeded()