Searched refs:mBytesOverQuota (Results 1 – 1 of 1) sorted by relevance
318 private long mBytesOverQuota; field in TelephonyBackupAgent372 mBytesOverQuota = sharedPreferences.getLong(BACKUP_DATA_BYTES, 0) - in onFullBackup()374 if (mBytesOverQuota > 0) { in onFullBackup()375 mBytesOverQuota *= BYTES_OVER_QUOTA_MULTIPLIER; in onFullBackup()506 if (mBytesOverQuota > 0) { in backupFile()507 mBytesOverQuota -= file.length(); in backupFile()