Searched refs:PLUGIN_ACTIONS (Results 1 – 1 of 1) sorted by relevance
33 private static final String PLUGIN_ACTIONS = "actions"; field in PluginPrefs41 mPluginActions = new ArraySet<>(mSharedPrefs.getStringSet(PLUGIN_ACTIONS, null)); in PluginPrefs()50 mSharedPrefs.edit().putStringSet(PLUGIN_ACTIONS, mPluginActions).apply(); in addAction()