Home
last modified time | relevance | path

Searched refs:memoryStateGeneration (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSharedPreferencesImpl.java362 final long memoryStateGeneration; field in SharedPreferencesImpl.MemoryCommitResult
372 private MemoryCommitResult(long memoryStateGeneration, @Nullable List<String> keysModified, in MemoryCommitResult() argument
375 this.memoryStateGeneration = memoryStateGeneration; in MemoryCommitResult()
471 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in apply()
499 long memoryStateGeneration; in commitToMemory() local
568 memoryStateGeneration = mCurrentMemoryStateGeneration; in commitToMemory()
571 return new MemoryCommitResult(memoryStateGeneration, keysModified, listeners, in commitToMemory()
593 Log.d(TAG, mFile.getName() + ":" + mcr.memoryStateGeneration in commit()
727 if (mDiskStateGeneration < mcr.memoryStateGeneration) { in writeToFile()
734 if (mCurrentMemoryStateGeneration == mcr.memoryStateGeneration) { in writeToFile()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8797 Landroid/app/SharedPreferencesImpl$MemoryCommitResult;->memoryStateGeneration:J