Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
H A DLocalTransport.java295 int updatedSize = totalSize; in performBackupInternal() local
300 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()