Searched refs:oldChecksum (Results 1 – 2 of 2) sorted by relevance
257 Long oldChecksum = oldState.get(key); in performBackup() local258 if (oldChecksum == null || checksum != oldChecksum.longValue()) { in performBackup()260 Log.i(TAG, "Checksum has changed from " + oldChecksum + " to " + checksum in performBackup()
589 private long writeIfChanged(long oldChecksum, String key, byte[] data, in writeIfChanged() argument594 if (oldChecksum == newChecksum) { in writeIfChanged()595 return oldChecksum; in writeIfChanged()