Searched refs:PREFERENCE_DIFFICULTY (Results 1 – 3 of 3) sorted by relevance
41 public static final String PREFERENCE_DIFFICULTY = "difficulty"; field in PreferenceConstants
72 editor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY); in onDialogClosed()
154 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY); in onCreate()168 …mDifficulty = prefs.getInt(PreferenceConstants.PREFERENCE_DIFFICULTY, getIntent().getIntExtra("dif… in onCreate()684 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_DIFFICULTY, mDifficulty); in saveGame()