OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREFERENCE_EXTRAS_UNLOCKED
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
PreferenceConstants.java
40
public static final String
PREFERENCE_EXTRAS_UNLOCKED
= "extrasUnlocked";
ExtrasMenuActivity.java
95
final boolean extrasUnlocked = prefs.getBoolean(PreferenceConstants.
PREFERENCE_EXTRAS_UNLOCKED
, false);
MainMenuActivity.java
270
editor.putBoolean(PreferenceConstants.
PREFERENCE_EXTRAS_UNLOCKED
, true);
AndouKun.java
167
mExtrasUnlocked = prefs.getBoolean(PreferenceConstants.
PREFERENCE_EXTRAS_UNLOCKED
, false);
683
mPrefsEditor.putBoolean(PreferenceConstants.
PREFERENCE_EXTRAS_UNLOCKED
, mExtrasUnlocked);
Completed in 2192 milliseconds