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

/frameworks/base/core/java/android/content/
H A DSharedPreferences.java37 * <p>For more information about using SharedPreferences, read the
43 public interface SharedPreferences { interface
55 * @param sharedPreferences The {@link SharedPreferences} that received
60 void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key);
64 * Interface used for modifying values in a {@link SharedPreferences}
66 * back to the original {@link SharedPreferences} until you call {@link #commit}
175 * {@link SharedPreferences} object it is editing. This atomically
177 * in the SharedPreferences.
193 * {@link SharedPreferences} object it is editing. This atomically
195 * in the SharedPreferences
[all...]

Completed in 426 milliseconds