Searched refs:HAS_PLUGINS (Results 1 – 1 of 1) sorted by relevance
34 private static final String HAS_PLUGINS = "plugins"; field in PluginPrefs55 return context.getSharedPreferences(PREFS, 0).getBoolean(HAS_PLUGINS, false); in hasPlugins()59 context.getSharedPreferences(PREFS, 0).edit().putBoolean(HAS_PLUGINS, true).apply(); in setHasPlugins()