Home | History | Annotate | Download | only in util

Lines Matching refs:editor

236     SharedPreferences.Editor editor = mPreferences.edit();
239 editor.putInt(PreferenceConstants.COLOR_FG, mFgColor);
242 editor.putInt(PreferenceConstants.COLOR_BG, mBgColor);
244 editor.commit();
275 SharedPreferences.Editor editor = mPreferences.edit();
276 editor.putInt(PreferenceConstants.COLOR_FG, mFgColor);
277 editor.putInt(PreferenceConstants.COLOR_BG, mBgColor);
278 editor.commit();