Home | History | Annotate | Download | only in server

Lines Matching refs:Editor

1726                     SharedPreferences.Editor editor =
1729 editor.putBoolean(SHARED_PREFERENCE_DOCK_ADDRESS + mDockAddress, true);
1730 editor.apply();