Searched refs:mBytesOverQuota (Results 1 – 1 of 1) sorted by relevance
283 private long mBytesOverQuota; field in TelephonyBackupAgent337 mBytesOverQuota = sharedPreferences.getLong(BACKUP_DATA_BYTES, 0) - in onFullBackup()339 if (mBytesOverQuota > 0) { in onFullBackup()340 mBytesOverQuota *= BYTES_OVER_QUOTA_MULTIPLIER; in onFullBackup()466 if (mBytesOverQuota > 0) { in backupFile()467 mBytesOverQuota -= file.length(); in backupFile()