Searched refs:PREFERENCE_EXTRAS_UNLOCKED (Results 1 – 4 of 4) sorted by relevance
40 public static final String PREFERENCE_EXTRAS_UNLOCKED = "extrasUnlocked"; field in PreferenceConstants
95 …l boolean extrasUnlocked = prefs.getBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, false); in onCreate()
167 mExtrasUnlocked = prefs.getBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, false); in onCreate()683 mPrefsEditor.putBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, mExtrasUnlocked); in saveGame()
270 editor.putBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, true); in onResume()