Searched refs:SharedPreferencesImpl (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
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()
|
D | ContextImpl.java | 194 private static ArrayMap<String, ArrayMap<File, SharedPreferencesImpl>> sSharedPrefsCache; 484 SharedPreferencesImpl sp; in getSharedPreferences() 486 final ArrayMap<File, SharedPreferencesImpl> cache = getSharedPreferencesCacheLocked(); in getSharedPreferences() 498 sp = new SharedPreferencesImpl(file, mode); in getSharedPreferences() 514 private ArrayMap<File, SharedPreferencesImpl> getSharedPreferencesCacheLocked() { in getSharedPreferencesCacheLocked() 520 ArrayMap<File, SharedPreferencesImpl> packagePrefs = sSharedPrefsCache.get(packageName); in getSharedPreferencesCacheLocked() 532 ArrayList<SharedPreferencesImpl> spImpls = new ArrayList<>(); in reloadSharedPreferences() 534 final ArrayMap<File, SharedPreferencesImpl> cache = getSharedPreferencesCacheLocked(); in reloadSharedPreferences() 536 final SharedPreferencesImpl sp = cache.valueAt(i); in reloadSharedPreferences() 595 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 | boot-image-profile.txt | 577 …$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0;-><init>(Landroid/app/SharedPreferen… 578 HSPLandroid/app/-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0;->run()V 3080 HSPLandroid/app/SharedPreferencesImpl$1;-><init>(Landroid/app/SharedPreferencesImpl;Ljava/lang/Stri… 3081 HSPLandroid/app/SharedPreferencesImpl$1;->run()V 3082 HSPLandroid/app/SharedPreferencesImpl$2;-><init>(Landroid/app/SharedPreferencesImpl;Landroid/app/Sh… 3083 HSPLandroid/app/SharedPreferencesImpl$2;->run()V 3084 …PLandroid/app/SharedPreferencesImpl$EditorImpl$1;-><init>(Landroid/app/SharedPreferencesImpl$Edito… 3085 HSPLandroid/app/SharedPreferencesImpl$EditorImpl$1;->run()V 3086 HSPLandroid/app/SharedPreferencesImpl$EditorImpl$2;-><init>(Landroid/app/SharedPreferencesImpl$Edit… 3087 HSPLandroid/app/SharedPreferencesImpl$EditorImpl$2;->run()V [all …]
|
D | preloaded-classes | 178 android.app.-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0 581 android.app.SharedPreferencesImpl$1 582 android.app.SharedPreferencesImpl$2 583 android.app.SharedPreferencesImpl$EditorImpl$1 584 android.app.SharedPreferencesImpl$EditorImpl$2 585 android.app.SharedPreferencesImpl$EditorImpl 586 android.app.SharedPreferencesImpl$MemoryCommitResult 587 android.app.SharedPreferencesImpl
|