HomeSort by relevance Sort by last modified time
    Searched defs:SharedPreferencesImpl (Results 1 - 8 of 8) 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);
  /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 782 milliseconds