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

/frameworks/base/core/java/android/content/
H A DSharedPreferences.java35 * <p>For more information about using SharedPreferences, read the
41 public interface SharedPreferences { interface
53 * @param sharedPreferences The {@link SharedPreferences} that received
58 void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key);
62 * Interface used for modifying values in a {@link SharedPreferences}
64 * back to the original {@link SharedPreferences} until you call {@link #commit}
171 * {@link SharedPreferences} object it is editing. This atomically
173 * in the SharedPreferences.
189 * {@link SharedPreferences} object it is editing. This atomically
191 * in the SharedPreferences
[all...]

Completed in 156 milliseconds