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

/frameworks/base/core/java/android/content/
H A DSharedPreferences.java26 * Modifications to the preferences must go through an {@link Editor} object
67 public interface Editor { interface in interface:SharedPreferences
75 * @return Returns a reference to the same Editor object, so you can
78 Editor putString(String key, String value);
86 * @return Returns a reference to the same Editor object, so you can
89 Editor putStringSet(String key, Set<String> values);
98 * @return Returns a reference to the same Editor object, so you can
101 Editor putInt(String key, int value);
110 * @return Returns a reference to the same Editor object, so you can
113 Editor putLon
[all...]

Completed in 1314 milliseconds