Searched refs:SharedPreferencesImpl (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | SharedPreferencesImpl.java | 55 final class SharedPreferencesImpl implements SharedPreferences { class 109 SharedPreferencesImpl(File file, int mode) { in SharedPreferencesImpl() method in SharedPreferencesImpl 488 SharedPreferencesImpl.this.enqueueDiskWrite(mcr, postWriteRunnable); in apply() 504 synchronized (SharedPreferencesImpl.this.mLock) { in commitToMemory() 585 SharedPreferencesImpl.this.enqueueDiskWrite( in commit() 612 listener.onSharedPreferenceChanged(SharedPreferencesImpl.this, key); in notifyListeners()
|
D | ContextImpl.java | 186 private static ArrayMap<String, ArrayMap<File, SharedPreferencesImpl>> sSharedPrefsCache; 456 SharedPreferencesImpl sp; in getSharedPreferences() 458 final ArrayMap<File, SharedPreferencesImpl> cache = getSharedPreferencesCacheLocked(); in getSharedPreferences() 470 sp = new SharedPreferencesImpl(file, mode); in getSharedPreferences() 486 private ArrayMap<File, SharedPreferencesImpl> getSharedPreferencesCacheLocked() { in getSharedPreferencesCacheLocked() 492 ArrayMap<File, SharedPreferencesImpl> packagePrefs = sSharedPrefsCache.get(packageName); in getSharedPreferencesCacheLocked() 504 ArrayList<SharedPreferencesImpl> spImpls = new ArrayList<>(); in reloadSharedPreferences() 506 final ArrayMap<File, SharedPreferencesImpl> cache = getSharedPreferencesCacheLocked(); in reloadSharedPreferences() 508 final SharedPreferencesImpl sp = cache.valueAt(i); in reloadSharedPreferences() 567 final ArrayMap<File, SharedPreferencesImpl> cache = in moveSharedPreferencesFrom() [all …]
|
/frameworks/base/packages/WAPPushManager/ |
D | proguard.flags | 3 -keep class android.app.ContextImpl$SharedPreferencesImpl$EditorImpl {
|
/frameworks/base/config/ |
D | preloaded-classes | 126 android.app.-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0 349 android.app.SharedPreferencesImpl$1 350 android.app.SharedPreferencesImpl$2 351 android.app.SharedPreferencesImpl$EditorImpl$1 352 android.app.SharedPreferencesImpl$EditorImpl$2 353 android.app.SharedPreferencesImpl$EditorImpl 354 android.app.SharedPreferencesImpl$MemoryCommitResult 355 android.app.SharedPreferencesImpl
|
D | boot-image-profile.txt | 446 HSPLandroid/app/-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0;->run()V 2128 HSPLandroid/app/SharedPreferencesImpl$1;->run()V 2129 HSPLandroid/app/SharedPreferencesImpl$2;->run()V 2130 HSPLandroid/app/SharedPreferencesImpl$EditorImpl$1;->run()V 2131 HSPLandroid/app/SharedPreferencesImpl$EditorImpl$2;->run()V 2132 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->apply()V 2133 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->clear()Landroid/content/SharedPreferences$Editor; 2134 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->commit()Z 2135 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->commitToMemory()Landroid/app/SharedPreferencesIm… 2136 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->notifyListeners(Landroid/app/SharedPreferencesIm… [all …]
|
D | hiddenapi-greylist-max-o.txt | 8788 Landroid/app/SharedPreferencesImpl$EditorImpl;->commitToMemory()Landroid/app/SharedPreferencesImpl$… 8789 Landroid/app/SharedPreferencesImpl$EditorImpl;->mClear:Z 8790 Landroid/app/SharedPreferencesImpl$EditorImpl;->mEditorLock:Ljava/lang/Object; 8791 Landroid/app/SharedPreferencesImpl$EditorImpl;->mModified:Ljava/util/Map; 8792 Landroid/app/SharedPreferencesImpl$EditorImpl;->notifyListeners(Landroid/app/SharedPreferencesImpl$… 8793 Landroid/app/SharedPreferencesImpl$MemoryCommitResult;-><init>(JLjava/util/List;Ljava/util/Set;Ljav… 8794 Landroid/app/SharedPreferencesImpl$MemoryCommitResult;->keysModified:Ljava/util/List; 8795 Landroid/app/SharedPreferencesImpl$MemoryCommitResult;->listeners:Ljava/util/Set; 8796 Landroid/app/SharedPreferencesImpl$MemoryCommitResult;->mapToWriteToDisk:Ljava/util/Map; 8797 Landroid/app/SharedPreferencesImpl$MemoryCommitResult;->memoryStateGeneration:J [all …]
|