Home | History | Annotate | Download | only in email

Lines Matching refs:edit

114         getPreferences(context).mSharedPreferences.edit().remove(ACCOUNT_UUIDS).apply();
118 mSharedPreferences.edit().putBoolean(ENABLE_DEBUG_LOGGING, value).apply();
126 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_LOGGING, value).apply();
134 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_FILE_LOGGING, value).apply();
142 mSharedPreferences.edit().putBoolean(INHIBIT_GRAPHICS_ACCELERATION, value).apply();
150 mSharedPreferences.edit().putBoolean(FORCE_ONE_MINUTE_REFRESH, value).apply();
158 mSharedPreferences.edit().putBoolean(ENABLE_STRICT_MODE, value).apply();
174 mSharedPreferences.edit().putString(DEVICE_UID, result).apply();
184 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).apply();
192 mSharedPreferences.edit().putInt(AUTO_ADVANCE_DIRECTION, direction).apply();
200 mSharedPreferences.edit().putInt(TEXT_ZOOM, zoom).apply();
208 mSharedPreferences.edit().putBoolean(BACKGROUND_ATTACHMENTS, allowed).apply();
222 mSharedPreferences.edit().putString(TRUSTED_SENDERS, "").apply();
236 .edit()
248 .edit()
286 .edit()
320 mSharedPreferences.edit().clear().apply();
335 mSharedPreferences.edit().putBoolean(makeKey(account, key), value).apply();