Searched refs:updatedSize (Results 1 – 1 of 1) sorted by relevance
271 int updatedSize = totalSize; in performBackupInternal() local276 updatedSize -= curSize.intValue(); in performBackupInternal()278 Log.d(TAG, "delete " + op.mKey + ", updated total " + updatedSize); in performBackupInternal()284 updatedSize += op.mValue.length; in performBackupInternal()287 + op.mKey + ", updated total " + updatedSize); in performBackupInternal()293 if (updatedSize > KEY_VALUE_BACKUP_SIZE_QUOTA) { in performBackupInternal()294 Log.w(TAG, "New datastore size " + updatedSize in performBackupInternal()