Home | History | Annotate | Download | only in camera

Lines Matching refs:Editor

211     private class MyEditor implements Editor {
212 private Editor mEditorGlobal;
213 private Editor mEditorLocal;
235 public Editor clear() {
242 public Editor remove(String key) {
249 public Editor putString(String key, String value) {
259 public Editor putInt(String key, int value) {
269 public Editor putLong(String key, long value) {
279 public Editor putFloat(String key, float value) {
289 public Editor putBoolean(String key, boolean value) {
300 public Editor putStringSet(String key, Set<String> values) {
305 // Note the remove() and clear() of the returned Editor may not work as
308 public Editor edit() {