Searched refs:QUOTA_BYTES (Results 1 – 1 of 1) sorted by relevance
283 private static final String QUOTA_BYTES = "backup_quota_bytes"; field in TelephonyBackupAgent373 sharedPreferences.getLong(QUOTA_BYTES, Long.MAX_VALUE); in onFullBackup()427 .remove(QUOTA_BYTES) in clearSharedPreferences()440 && sharedPreferences.contains(QUOTA_BYTES)) { in onQuotaExceeded()443 - sharedPreferences.getLong(QUOTA_BYTES, 0)) * BYTES_OVER_QUOTA_MULTIPLIER; in onQuotaExceeded()447 .putLong(QUOTA_BYTES, quotaBytes) in onQuotaExceeded()