Home | History | Annotate | Download | only in camera

Lines Matching refs:Editor

213     private class MyEditor implements Editor {
214 private Editor mEditorGlobal;
215 private Editor mEditorLocal;
237 public Editor clear() {
244 public Editor remove(String key) {
251 public Editor putString(String key, String value) {
261 public Editor putInt(String key, int value) {
271 public Editor putLong(String key, long value) {
281 public Editor putFloat(String key, float value) {
291 public Editor putBoolean(String key, boolean value) {
302 public Editor putStringSet(String key, Set<String> values) {
307 // Note the remove() and clear() of the returned Editor may not work as
310 public Editor edit() {