Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DKitchenSinkBackupTransport.java274 final Integer curSize = datastore.get(op.mKey); in performBackupInternal() local
275 if (curSize != null) { in performBackupInternal()
276 updatedSize -= curSize.intValue(); in performBackupInternal()
286 Log.d(TAG, ((curSize == null) ? " new " : " replace ") in performBackupInternal()