Searched refs:mBytesOverQuota (Results 1 – 1 of 1) sorted by relevance
306 private long mBytesOverQuota; field in TelephonyBackupAgent360 mBytesOverQuota = sharedPreferences.getLong(BACKUP_DATA_BYTES, 0) - in onFullBackup()362 if (mBytesOverQuota > 0) { in onFullBackup()363 mBytesOverQuota *= BYTES_OVER_QUOTA_MULTIPLIER; in onFullBackup()488 if (mBytesOverQuota > 0) { in backupFile()489 mBytesOverQuota -= file.length(); in backupFile()