Home | History | Annotate | Download | only in camera

Lines Matching refs:Editor

143     private class MyEditor implements Editor {
144 private Editor mEditorGlobal;
145 private Editor mEditorLocal;
167 public Editor clear() {
174 public Editor remove(String key) {
181 public Editor putString(String key, String value) {
191 public Editor putInt(String key, int value) {
201 public Editor putLong(String key, long value) {
211 public Editor putFloat(String key, float value) {
221 public Editor putBoolean(String key, boolean value) {
232 public Editor putStringSet(String key, Set<String> values) {
237 // Note the remove() and clear() of the returned Editor may not work as
240 public Editor edit() {