Home
last modified time | relevance | path

Searched refs:mPluginActions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginPrefs.java36 private final Set<String> mPluginActions; field in PluginPrefs
41 mPluginActions = new ArraySet<>(mSharedPrefs.getStringSet(PLUGIN_ACTIONS, null)); in PluginPrefs()
45 return mPluginActions; in getPluginList()
49 if (mPluginActions.add(action)){ in addAction()
50 mSharedPrefs.edit().putStringSet(PLUGIN_ACTIONS, mPluginActions).commit(); in addAction()