Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginPrefs.java37 private final SharedPreferences mSharedPrefs; field in PluginPrefs
40 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()