Searched refs:mcr (Results 1 – 1 of 1) sorted by relevance
486 final MemoryCommitResult mcr = commitToMemory(); in apply() local491 mcr.writtenToDiskLatch.await(); in apply()495 if (DEBUG && mcr.wasWritten) { in apply()496 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in apply()513 SharedPreferencesImpl.this.enqueueDiskWrite(mcr, postWriteRunnable); in apply()519 notifyListeners(mcr); in apply()610 MemoryCommitResult mcr = commitToMemory(); in commit() local613 mcr, null /* sync write on this thread okay */); in commit()615 mcr.writtenToDiskLatch.await(); in commit()620 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in commit()[all …]