Searched refs:mPluginActions (Results 1 – 1 of 1) sorted by relevance
36 private final Set<String> mPluginActions; field in PluginPrefs41 mPluginActions = new ArraySet<>(mSharedPrefs.getStringSet(PLUGIN_ACTIONS, null)); in PluginPrefs()45 return new ArraySet<>(mPluginActions); in getPluginList()49 if (mPluginActions.add(action)){ in addAction()50 mSharedPrefs.edit().putStringSet(PLUGIN_ACTIONS, mPluginActions).apply(); in addAction()