Home
last modified time | relevance | path

Searched refs:PREFERENCE_LEVEL_COMPLETED (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DPreferenceConstants.java22 public static final String PREFERENCE_LEVEL_COMPLETED = "levelsCompleted"; field in PreferenceConstants
DSetPreferencesActivity.java66 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED); in onDialogClosed()
DAndouKun.java148 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED); in onCreate()
160 int completed = prefs.getInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, 0); in onCreate()
675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed); in saveGame()