Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Editor

230             SharedPreferences.Editor editor = sp.edit();
244 editor.putInt(DEFAULT_WORKSPACE_RESOURCE_ID, workspaceResId);
248 editor.remove(DB_CREATED_BUT_DEFAULT_WORKSPACE_NOT_LOADED);
255 editor.commit();
294 SharedPreferences.Editor editor = sp.edit();
295 editor.putInt(LAST_RESTRICTION_LAYOUT_ID, newLayoutId);
296 editor.commit();
398 SharedPreferences.Editor editor = sp.edit();
399 editor.putBoolean(DB_CREATED_BUT_DEFAULT_WORKSPACE_NOT_LOADED, true);
400 editor.commit();