Searched refs:BACKGROUND_ATTACHMENTS (Results 1 – 1 of 1) sorted by relevance
50 private static final String BACKGROUND_ATTACHMENTS = "backgroundAttachments"; field in Preferences204 return mSharedPreferences.getBoolean(BACKGROUND_ATTACHMENTS, false); in getBackgroundAttachments()208 mSharedPreferences.edit().putBoolean(BACKGROUND_ATTACHMENTS, allowed).apply(); in setBackgroundAttachments()