Searched refs:updatedSize (Results 1 – 1 of 1) sorted by relevance
295 int updatedSize = totalSize; in performBackupInternal() local300 updatedSize -= curSize.intValue(); in performBackupInternal()302 Log.v(TAG, " delete " + op.key + ", updated total " + updatedSize); in performBackupInternal()308 updatedSize += op.value.length; in performBackupInternal()311 + op.key + ", updated total " + updatedSize); in performBackupInternal()317 if (updatedSize > KEY_VALUE_BACKUP_SIZE_QUOTA) { in performBackupInternal()319 Log.i(TAG, "New datastore size " + updatedSize in performBackupInternal()