Searched refs:SharedPreferencesImpl (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | SharedPreferencesImpl.java | 59 final class SharedPreferencesImpl implements SharedPreferences { class 123 SharedPreferencesImpl(File file, int mode) { in SharedPreferencesImpl() method in SharedPreferencesImpl 505 SharedPreferencesImpl.this.enqueueDiskWrite(mcr, postWriteRunnable); in apply() 522 synchronized (SharedPreferencesImpl.this.mLock) { in commitToMemory() 604 SharedPreferencesImpl.this.enqueueDiskWrite( in commit() 629 listener.onSharedPreferenceChanged(SharedPreferencesImpl.this, null); in notifyListeners() 637 listener.onSharedPreferenceChanged(SharedPreferencesImpl.this, key); in notifyListeners()
|
H A D | ContextImpl.java | 202 private static ArrayMap<String, ArrayMap<File, SharedPreferencesImpl>> sSharedPrefsCache; 554 SharedPreferencesImpl sp; in getSharedPreferences() 556 final ArrayMap<File, SharedPreferencesImpl> cache = getSharedPreferencesCacheLocked(); in getSharedPreferences() 568 sp = new SharedPreferencesImpl(file, mode); in getSharedPreferences() 584 private ArrayMap<File, SharedPreferencesImpl> getSharedPreferencesCacheLocked() { in getSharedPreferencesCacheLocked() 590 ArrayMap<File, SharedPreferencesImpl> packagePrefs = sSharedPrefsCache.get(packageName); in getSharedPreferencesCacheLocked() 602 ArrayList<SharedPreferencesImpl> spImpls = new ArrayList<>(); in reloadSharedPreferences() 604 final ArrayMap<File, SharedPreferencesImpl> cache = getSharedPreferencesCacheLocked(); in reloadSharedPreferences() 606 final SharedPreferencesImpl sp = cache.valueAt(i); in reloadSharedPreferences() 665 final ArrayMap<File, SharedPreferencesImpl> cache = in moveSharedPreferencesFrom() [all …]
|
/aosp12/frameworks/base/packages/WAPPushManager/ |
H A D | proguard.flags | 3 -keep class android.app.ContextImpl$SharedPreferencesImpl$EditorImpl {
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2529 HSPLandroid/app/SharedPreferencesImpl$2;-><init>(Landroid/app/SharedPreferencesImpl;Landroid/app/Sh… 2533 …PLandroid/app/SharedPreferencesImpl$EditorImpl$1;-><init>(Landroid/app/SharedPreferencesImpl$Edito… 2537 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;-><init>(Landroid/app/SharedPreferencesImpl;)V 2555 HSPLandroid/app/SharedPreferencesImpl;->access$000(Landroid/app/SharedPreferencesImpl;)V 2556 HSPLandroid/app/SharedPreferencesImpl;->access$100(Landroid/app/SharedPreferencesImpl;Landroid/app/… 2558 HSPLandroid/app/SharedPreferencesImpl;->access$300(Landroid/app/SharedPreferencesImpl;)I 2559 HSPLandroid/app/SharedPreferencesImpl;->access$308(Landroid/app/SharedPreferencesImpl;)I 2560 HSPLandroid/app/SharedPreferencesImpl;->access$310(Landroid/app/SharedPreferencesImpl;)I 2564 HSPLandroid/app/SharedPreferencesImpl;->access$600(Landroid/app/SharedPreferencesImpl;)J 2565 HSPLandroid/app/SharedPreferencesImpl;->access$608(Landroid/app/SharedPreferencesImpl;)J [all …]
|
H A D | preloaded-classes | 558 android.app.SharedPreferencesImpl$1 559 android.app.SharedPreferencesImpl$2 560 android.app.SharedPreferencesImpl$EditorImpl$1 561 android.app.SharedPreferencesImpl$EditorImpl$2 562 android.app.SharedPreferencesImpl$EditorImpl 563 android.app.SharedPreferencesImpl$MemoryCommitResult 564 android.app.SharedPreferencesImpl
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2529 HSPLandroid/app/SharedPreferencesImpl$2;-><init>(Landroid/app/SharedPreferencesImpl;Landroid/app/Sh… 2533 …PLandroid/app/SharedPreferencesImpl$EditorImpl$1;-><init>(Landroid/app/SharedPreferencesImpl$Edito… 2537 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;-><init>(Landroid/app/SharedPreferencesImpl;)V 2555 HSPLandroid/app/SharedPreferencesImpl;->access$000(Landroid/app/SharedPreferencesImpl;)V 2556 HSPLandroid/app/SharedPreferencesImpl;->access$100(Landroid/app/SharedPreferencesImpl;Landroid/app/… 2558 HSPLandroid/app/SharedPreferencesImpl;->access$300(Landroid/app/SharedPreferencesImpl;)I 2559 HSPLandroid/app/SharedPreferencesImpl;->access$308(Landroid/app/SharedPreferencesImpl;)I 2560 HSPLandroid/app/SharedPreferencesImpl;->access$310(Landroid/app/SharedPreferencesImpl;)I 2564 HSPLandroid/app/SharedPreferencesImpl;->access$600(Landroid/app/SharedPreferencesImpl;)J 2565 HSPLandroid/app/SharedPreferencesImpl;->access$608(Landroid/app/SharedPreferencesImpl;)J [all …]
|
H A D | preloaded-classes | 556 android.app.SharedPreferencesImpl$1 557 android.app.SharedPreferencesImpl$2 558 android.app.SharedPreferencesImpl$EditorImpl$1 559 android.app.SharedPreferencesImpl$EditorImpl$2 560 android.app.SharedPreferencesImpl$EditorImpl 561 android.app.SharedPreferencesImpl$MemoryCommitResult 562 android.app.SharedPreferencesImpl
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8785 Landroid/app/SharedPreferencesImpl$EditorImpl;->commitToMemory()Landroid/app/SharedPreferencesImpl$… 8786 Landroid/app/SharedPreferencesImpl$EditorImpl;->mClear:Z 8789 Landroid/app/SharedPreferencesImpl$EditorImpl;->notifyListeners(Landroid/app/SharedPreferencesImpl$… 8802 Landroid/app/SharedPreferencesImpl;->DEBUG:Z 8803 Landroid/app/SharedPreferencesImpl;->enqueueDiskWrite(Landroid/app/SharedPreferencesImpl$MemoryComm… 8805 Landroid/app/SharedPreferencesImpl;->loadFromDisk()V 8813 Landroid/app/SharedPreferencesImpl;->mLoaded:Z 8816 Landroid/app/SharedPreferencesImpl;->mMode:I 8817 Landroid/app/SharedPreferencesImpl;->mNumSync:I 8818 Landroid/app/SharedPreferencesImpl;->mStatSize:J [all …]
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 41375 …a/lang/Long;Ljava/lang/Long;]Landroid/content/SharedPreferences;Landroid/app/SharedPreferencesImpl;
|