Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DPreferenceConstants.java40 public static final String PREFERENCE_EXTRAS_UNLOCKED = "extrasUnlocked"; field in PreferenceConstants
DExtrasMenuActivity.java95 …l boolean extrasUnlocked = prefs.getBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, false); in onCreate()
DAndouKun.java167 mExtrasUnlocked = prefs.getBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, false); in onCreate()
683 mPrefsEditor.putBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, mExtrasUnlocked); in saveGame()
DMainMenuActivity.java270 editor.putBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, true); in onResume()