Home
last modified time | relevance | path

Searched refs:updatedSize (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DKitchenSinkBackupTransport.java271 int updatedSize = totalSize; in performBackupInternal() local
276 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()