Home | History | Annotate | Download | only in content

Lines Matching defs:SharedPreferences

42  * <p>For more information about using SharedPreferences, read the
48 public interface SharedPreferences {
60 * @param sharedPreferences The {@link SharedPreferences} that received
65 void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key);
69 * Interface used for modifying values in a {@link SharedPreferences}
71 * back to the original {@link SharedPreferences} until you call {@link #commit}
182 * {@link SharedPreferences} object it is editing. This atomically
184 * in the SharedPreferences.
200 * {@link SharedPreferences} object it is editing. This atomically
202 * in the SharedPreferences.
210 * {@link SharedPreferences} immediately but starts an
213 * {@link SharedPreferences} does a regular {@link #commit}
218 * <p>As {@link SharedPreferences} instances are singletons within
228 * <p class='note'>The SharedPreferences.Editor interface
353 * changes back to the SharedPreferences object.
357 * SharedPreferences.
360 * you to modify the values in this SharedPreferences object.