Home | History | Annotate | Download | only in backup

Lines Matching refs:updatedSize

267         int updatedSize = totalSize;
272 updatedSize -= curSize.intValue();
274 Log.v(TAG, " delete " + op.key + ", updated total " + updatedSize);
280 updatedSize += op.value.length;
283 + op.key + ", updated total " + updatedSize);
289 if (updatedSize > KEY_VALUE_BACKUP_SIZE_QUOTA) {
291 Log.i(TAG, "New datastore size " + updatedSize