Searched refs:mSharedPrefs (Results 1 – 1 of 1) sorted by relevance
37 private final SharedPreferences mSharedPrefs; field in PluginPrefs40 mSharedPrefs = context.getSharedPreferences(PREFS, 0); in PluginPrefs()41 mPluginActions = new ArraySet<>(mSharedPrefs.getStringSet(PLUGIN_ACTIONS, null)); in PluginPrefs()50 mSharedPrefs.edit().putStringSet(PLUGIN_ACTIONS, mPluginActions).apply(); in addAction()