Home | History | Annotate | Download | only in camera

Lines Matching refs:Editor

135     private class MyEditor implements Editor {
136 private Editor mEditorGlobal;
137 private Editor mEditorLocal;
156 public Editor clear() {
162 public Editor remove(String key) {
168 public Editor putString(String key, String value) {
177 public Editor putInt(String key, int value) {
186 public Editor putLong(String key, long value) {
195 public Editor putFloat(String key, float value) {
204 public Editor putBoolean(String key, boolean value) {
214 public Editor putStringSet(String key, Set<String> values) {
219 // Note the remove() and clear() of the returned Editor may not work as
221 public Editor edit() {