Searched refs:PREFS (Results 1 – 2 of 2) 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).apply(); in setHasPlugins()
68 private static final String PREFS = "powerui_prefs"; field in PowerUI549 int lastReboot = mContext.getSharedPreferences(PREFS, 0).getInt(BOOT_COUNT_KEY, -1); in showWarnOnThermalShutdown()558 mContext.getSharedPreferences(PREFS, 0).edit().putInt(BOOT_COUNT_KEY, in showWarnOnThermalShutdown()