Searched refs:mcr (Results 1 – 1 of 1) sorted by relevance
461 final MemoryCommitResult mcr = commitToMemory(); in apply() local466 mcr.writtenToDiskLatch.await(); in apply()470 if (DEBUG && mcr.wasWritten) { in apply()471 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in apply()488 SharedPreferencesImpl.this.enqueueDiskWrite(mcr, postWriteRunnable); in apply()494 notifyListeners(mcr); in apply()583 MemoryCommitResult mcr = commitToMemory(); in commit() local586 mcr, null /* sync write on this thread okay */); in commit()588 mcr.writtenToDiskLatch.await(); in commit()593 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in commit()[all …]