• Home
  • Raw
  • Download

Lines Matching refs:apply

114         getPreferences(context).mSharedPreferences.edit().remove(ACCOUNT_UUIDS).apply();  in clearLegacyBackupPreference()
118 mSharedPreferences.edit().putBoolean(ENABLE_DEBUG_LOGGING, value).apply(); in setEnableDebugLogging()
126 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_LOGGING, value).apply(); in setEnableExchangeLogging()
134 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_FILE_LOGGING, value).apply(); in setEnableExchangeFileLogging()
142 mSharedPreferences.edit().putBoolean(INHIBIT_GRAPHICS_ACCELERATION, value).apply(); in setInhibitGraphicsAcceleration()
150 mSharedPreferences.edit().putBoolean(FORCE_ONE_MINUTE_REFRESH, value).apply(); in setForceOneMinuteRefresh()
158 mSharedPreferences.edit().putBoolean(ENABLE_STRICT_MODE, value).apply(); in setEnableStrictMode()
174 mSharedPreferences.edit().putString(DEVICE_UID, result).apply(); in getDeviceUID()
184 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).apply(); in setOneTimeInitializationProgress()
192 mSharedPreferences.edit().putInt(AUTO_ADVANCE_DIRECTION, direction).apply(); in setAutoAdvanceDirection()
200 mSharedPreferences.edit().putInt(TEXT_ZOOM, zoom).apply(); in setTextZoom()
208 mSharedPreferences.edit().putBoolean(BACKGROUND_ATTACHMENTS, allowed).apply(); in setBackgroundAttachments()
222 mSharedPreferences.edit().putString(TRUSTED_SENDERS, "").apply(); in shouldShowImagesFor()
238 .apply(); in setSenderAsTrusted()
250 .apply(); in clearTrustedSenders()
288 .apply(); in setLastUsedAccountId()
320 mSharedPreferences.edit().clear().apply(); in clear()
335 mSharedPreferences.edit().putBoolean(makeKey(account, key), value).apply(); in setBoolean()