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

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

Completed in 84 milliseconds