Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/plugins/
DPluginEnablerImpl.java45 mSharedPrefs.edit().putBoolean(pluginEnabledKey(component), enabled).apply(); in setState()
50 return mSharedPrefs.getBoolean(pluginEnabledKey(component), true); in isEnabled()
58 private static String pluginEnabledKey(ComponentName cn) { in pluginEnabledKey() method in PluginEnablerImpl