HomeSort by relevance Sort by last modified time
    Searched defs:SharedPreferencesImpl (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 56 final class SharedPreferencesImpl implements SharedPreferences {
57 private static final String TAG = "SharedPreferencesImpl";
65 // - acquire SharedPreferencesImpl.mLock before EditorImpl.mLock
106 SharedPreferencesImpl(File file, int mode) {
119 new Thread("SharedPreferencesImpl-load") {
438 SharedPreferencesImpl.this.enqueueDiskWrite(mcr, postWriteRunnable);
454 synchronized (SharedPreferencesImpl.this.mLock) {
534 SharedPreferencesImpl.this.enqueueDiskWrite(
561 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/lib/
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 

Completed in 61 milliseconds