Searched refs:mcr (Results 1 – 1 of 1) sorted by relevance
478 final MemoryCommitResult mcr = commitToMemory(); in apply() local483 mcr.writtenToDiskLatch.await(); in apply()487 if (DEBUG && mcr.wasWritten) { in apply()488 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in apply()505 SharedPreferencesImpl.this.enqueueDiskWrite(mcr, postWriteRunnable); in apply()511 notifyListeners(mcr); in apply()602 MemoryCommitResult mcr = commitToMemory(); in commit() local605 mcr, null /* sync write on this thread okay */); in commit()607 mcr.writtenToDiskLatch.await(); in commit()612 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in commit()[all …]