Home | History | Annotate | Download | only in launcher2

Lines Matching refs:editor

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