Lines Matching refs:editor
3736 SharedPreferences.Editor editor = mSharedPrefs.edit();3737 editor.putBoolean(flag, true);3738 editor.commit();