OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedPreferencesImpl
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/app/
SharedPreferencesImpl.java
54
final class
SharedPreferencesImpl
implements SharedPreferences {
55
private static final String TAG = "
SharedPreferencesImpl
";
63
// - acquire
SharedPreferencesImpl
.mLock before EditorImpl.mLock
106
SharedPreferencesImpl
(File file, int mode) {
120
new Thread("
SharedPreferencesImpl
-load") {
483
SharedPreferencesImpl
.this.enqueueDiskWrite(mcr, postWriteRunnable);
499
synchronized (
SharedPreferencesImpl
.this.mLock) {
580
SharedPreferencesImpl
.this.enqueueDiskWrite(
607
listener.onSharedPreferenceChanged(
SharedPreferencesImpl
.this, key);
ContextImpl.java
157
private static ArrayMap<String, ArrayMap<File,
SharedPreferencesImpl
>> sSharedPrefsCache;
409
SharedPreferencesImpl
sp;
411
final ArrayMap<File,
SharedPreferencesImpl
> cache = getSharedPreferencesCacheLocked();
423
sp = new
SharedPreferencesImpl
(file, mode);
439
private ArrayMap<File,
SharedPreferencesImpl
> getSharedPreferencesCacheLocked() {
445
ArrayMap<File,
SharedPreferencesImpl
> packagePrefs = sSharedPrefsCache.get(packageName);
457
ArrayList<
SharedPreferencesImpl
> spImpls = new ArrayList<>();
459
final ArrayMap<File,
SharedPreferencesImpl
> cache = getSharedPreferencesCacheLocked();
461
final
SharedPreferencesImpl
sp = cache.valueAt(i);
520
final ArrayMap<File,
SharedPreferencesImpl
> cache
[
all
...]
/frameworks/base/config/
preloaded-classes
126
android.app.-$$Lambda$
SharedPreferencesImpl
$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0
338
android.app.
SharedPreferencesImpl
339
android.app.
SharedPreferencesImpl
$1
340
android.app.
SharedPreferencesImpl
$2
341
android.app.
SharedPreferencesImpl
$EditorImpl
342
android.app.
SharedPreferencesImpl
$EditorImpl$1
343
android.app.
SharedPreferencesImpl
$EditorImpl$2
344
android.app.
SharedPreferencesImpl
$MemoryCommitResult
[
all
...]
boot-image-profile.txt
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
android-all-stubs.jar
Completed in 2254 milliseconds