Searched refs:PREFS (Results 1 – 1 of 1) sorted by relevance
31 private static final String PREFS = "plugin_prefs"; field in PluginPrefs40 mSharedPrefs = context.getSharedPreferences(PREFS, 0); in PluginPrefs()55 return context.getSharedPreferences(PREFS, 0).getBoolean(HAS_PLUGINS, false); in hasPlugins()59 context.getSharedPreferences(PREFS, 0).edit().putBoolean(HAS_PLUGINS, true).commit(); in setHasPlugins()