Searched defs:SharedPreferences (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSharedPreferences.java36 * <p>For more information about using SharedPreferences, read the
42 public interface SharedPreferences { interface
54 * @param sharedPreferences The {@link SharedPreferences} that received
59 void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key);
63 * Interface used for modifying values in a {@link SharedPreferences}
65 * back to the original {@link SharedPreferences} until you call {@link #commit}
172 * {@link SharedPreferences} object it is editing. This atomically
174 * in the SharedPreferences.
190 * {@link SharedPreferences} object it is editing. This atomically
192 * in the SharedPreferences
[all...]

Completed in 163 milliseconds