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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java78 public Editor getEditor(int editorId) { method in class:EditorPlaceHolder
H A DFilterShowActivity.java692 public Editor getEditor(int editorID) { method in class:FilterShowActivity
693 return mEditorPlaceHolder.getEditor(editorID);
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DVersionedPrefs.java102 protected Editor getEditor() { method in class:VersionedPrefs
124 getEditor().putInt(PREFS_VERSION_NUMBER, versionNumber);
132 getEditor().apply();
148 getEditor().commit();
161 getEditor().clear().commit();
230 getEditor().putBoolean(key, (Boolean) restoreValue);
233 getEditor().putFloat(key, (Float) restoreValue);
236 getEditor().putInt(key, (Integer) restoreValue);
239 getEditor().putLong(key, (Long) restoreValue);
242 getEditor()
[all...]

Completed in 76 milliseconds