Searched refs:curSize (Results 1 – 1 of 1) sorted by relevance
274 final Integer curSize = datastore.get(op.mKey); in performBackupInternal() local275 if (curSize != null) { in performBackupInternal()276 updatedSize -= curSize.intValue(); in performBackupInternal()286 Log.d(TAG, ((curSize == null) ? " new " : " replace ") in performBackupInternal()