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

/frameworks/base/core/java/android/content/
H A DSharedPreferences.java25 * Modifications to the preferences must go through an {@link Editor} object
58 public interface Editor { interface in interface:SharedPreferences
66 * @return Returns a reference to the same Editor object, so you can
69 Editor putString(String key, String value);
78 * @return Returns a reference to the same Editor object, so you can
81 Editor putInt(String key, int value);
90 * @return Returns a reference to the same Editor object, so you can
93 Editor putLong(String key, long value);
102 * @return Returns a reference to the same Editor object, so you can
105 Editor putFloa
[all...]

Completed in 70 milliseconds